#83432B

Color #83432B Cumin (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cumin #83432B

Tints of Cumin #83432B

Color information

#83432B (or 0x83432B) is unknown color: approx Cumin. HEX triplet: 83, 43 and 2B. RGB value is (131,67,43). Sum of RGB (Red+Green+Blue) = 131+67+43=241 (31% of max value = 765). Red value is 131 (51.56% from 255 or 54.36% from 241); Green value is 67 (26.56% from 255 or 27.80% from 241); Blue value is 43 (17.19% from 255 or 17.84% from 241); Max value from RGB is 131 - color contains mainly: red. Hex color #83432B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #83432B is #7CBCD4. Grayscale: #535353. Windows color (decimal): -8174805 or 2835331. OLE color: 2835331.

HSL color Cylindrical-coordinate representation of color #83432B: hue angle of 16.36º degrees, saturation: 0.51, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #83432B is Cyan = 0, Magento = 0.49, Yellow = 0.67 and Black (K on CMYK) = 0.49.

Color convert

RGB1316743-
CMYK00.490.670.49
HSL16.36º50.57%34.12%-
HSV(B)16.36º67.18%51.37%-
XYZ11.89.013.4-
YUV83.4105.2161.95-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 131 (51.56% from 255) = 54.36%
GREEN value IS 67 (26.56% from 255) = 27.80%
BLUE value IS 43 (17.19% from 255) = 17.84%
R=54.36%
G=27.80%
B=17.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.67
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal131674300.490.670.4916.3650.5734.12
Hex83432B0314331103322
Octal2031035306110361206342
Binary1000001110000111010110110001100001111000110000110011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83432B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #83432B; }

 p { color: rgb(131,67,43); }

 H1.HeaderClassName
 {
   color: #83432B;
 }
 .AnyTagClassName
 {
   color: #83432B;
 }
</style>
background-color css

<style>
 a { background-color: #83432B; }

 a { background-color: rgb(131,67,43); }

 div.DivClassName
 {
   background-color: #83432B;
 }
 .BgClassName
 {
   background-color: #83432B;
 }
</style>
border-color css

<style>
 span { border-color: #83432B; }

 span { border-color: rgb(131,67,43); }

 td.TdClassName
 {
   border-color: #83432B;
 }
 .TagClassName
 {
   border-color: #83432B;
 }
</style>