#3A210F

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

Shades of Cocoa Brown #3A210F

Tints of Cocoa Brown #3A210F

Color information

#3A210F (or 0x3A210F) is unknown color: approx Cocoa Brown. HEX triplet: 3A, 21 and 0F. RGB value is (58,33,15). Sum of RGB (Red+Green+Blue) = 58+33+15=106 (14% of max value = 765). Red value is 58 (23.05% from 255 or 54.72% from 106); Green value is 33 (13.28% from 255 or 31.13% from 106); Blue value is 15 (6.25% from 255 or 14.15% from 106); Max value from RGB is 58 - color contains mainly: red. Hex color #3A210F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3A210F is #C5DEF0. Grayscale: #262626. Windows color (decimal): -12967665 or 991546. OLE color: 991546.

HSL color Cylindrical-coordinate representation of color #3A210F: hue angle of 25.12º degrees, saturation: 0.59, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3A210F is Cyan = 0, Magento = 0.43, Yellow = 0.74 and Black (K on CMYK) = 0.77.

Color convert

RGB583315-
CMYK00.430.740.77
HSL25.12º58.9%14.31%-
HSV(B)25.12º74.14%22.75%-
XYZ2.382.020.72-
YUV38.42114.78141.96-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 54.72%
GREEN value IS 33 (13.28% from 255) = 31.13%
BLUE value IS 15 (6.25% from 255) = 14.15%
R=54.72%
G=31.13%
B=14.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.74
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal58331500.430.740.7725.1258.914.31
Hex3A21F02B4A4D193be
Octal724117053112115317316
Binary1110101000011111010101110010101001101110011110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A210F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,33,15); }

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

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

 a { background-color: rgb(58,33,15); }

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

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

 span { border-color: rgb(58,33,15); }

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