#3A2203

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

Shades of Cocoa Brown #3A2203

Tints of Cocoa Brown #3A2203

Color information

#3A2203 (or 0x3A2203) is unknown color: approx Cocoa Brown. HEX triplet: 3A, 22 and 03. RGB value is (58,34,3). Sum of RGB (Red+Green+Blue) = 58+34+3=95 (12% of max value = 765). Red value is 58 (23.05% from 255 or 61.05% from 95); Green value is 34 (13.67% from 255 or 35.79% from 95); Blue value is 3 (1.56% from 255 or 3.16% from 95); Max value from RGB is 58 - color contains mainly: red. Hex color #3A2203 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3A2203 is #C5DDFC. Grayscale: #252525. Windows color (decimal): -12967421 or 205370. OLE color: 205370.

HSL color Cylindrical-coordinate representation of color #3A2203: hue angle of 33.82º degrees, saturation: 0.9, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #3A2203 is Cyan = 0, Magento = 0.41, Yellow = 0.95 and Black (K on CMYK) = 0.77.

Color convert

RGB58343-
CMYK00.410.950.77
HSL33.82º90.16%11.96%-
HSV(B)33.82º94.83%22.75%-
XYZ2.332.050.36-
YUV37.64108.45142.52-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 61.05%
GREEN value IS 34 (13.67% from 255) = 35.79%
BLUE value IS 3 (1.56% from 255) = 3.16%
R=61.05%
G=35.79%
B=3.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.95
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal5834300.410.950.7733.8290.1611.96
Hex3A2230295F4D225ac
Octal724230511371154213214
Binary1110101000101101010011011111100110110001010110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A2203

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3A2203; }

 p { color: rgb(58,34,3); }

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

<style>
 a { background-color: #3A2203; }

 a { background-color: rgb(58,34,3); }

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

<style>
 span { border-color: #3A2203; }

 span { border-color: rgb(58,34,3); }

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