#432A00

Color #432A00 Cocoa Brown (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cocoa Brown #432A00

Tints of Cocoa Brown #432A00

Color information

#432A00 (or 0x432A00) is unknown color: approx Cocoa Brown. HEX triplet: 43, 2A and 00. RGB value is (67,42,0). Sum of RGB (Red+Green+Blue) = 67+42+0=109 (14% of max value = 765). Red value is 67 (26.56% from 255 or 61.47% from 109); Green value is 42 (16.80% from 255 or 38.53% from 109); Blue value is 0 (0.39% from 255 or 0% from 109); Max value from RGB is 67 - color contains mainly: red. Hex color #432A00 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #432A00 is #BCD5FF. Grayscale: #2C2C2C. Windows color (decimal): -12375552 or 10819. OLE color: 10819.

HSL color Cylindrical-coordinate representation of color #432A00: hue angle of 37.61º degrees, saturation: 1, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 1%. Process color model (Four color, CMYK) of #432A00 is Cyan = 0, Magento = 0.37, Yellow = 1 and Black (K on CMYK) = 0.74.

Color convert

RGB67420-
CMYK00.3710.74
HSL37.61º100%13.14%-
HSV(B)37.61º100%26.27%-
XYZ3.142.850.38-
YUV44.69102.78143.92-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 61.47%
GREEN value IS 42 (16.80% from 255) = 38.53%
BLUE value IS 0 (0.39% from 255) = 0%
R=61.47%
G=38.53%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 1
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal6742000.3710.7437.6110013.14
Hex432A0025644A2664d
Octal1035200451441124614415
Binary1000011101010001001011100100100101010011011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #432A00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #432A00; }

 p { color: rgb(67,42,0); }

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

<style>
 a { background-color: #432A00; }

 a { background-color: rgb(67,42,0); }

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

<style>
 span { border-color: #432A00; }

 span { border-color: rgb(67,42,0); }

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