Html Css Color HEX #3A2006 Cocoa Brown

📋 copy color: '#3A2006'

red 58 ◦ green 32 ◦ blue 6

#3A2006
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cocoa Brown #3A2006

Tints of Cocoa Brown #3A2006

RGB

 RED value IS 58 (23.05% from 255) = 60.42%

 GREEN value IS 32 (12.89% from 255) = 33.33%

 BLUE value IS 6 (2.73% from 255) = 6.25%

R = 60.42%
G = 33.33%
B = 6.25%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.90

 K value IS 0.77

RGB Variations

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

Color information

#3A2006 (or 0x3A2006) is known color: Cocoa Brown. HEX triplet: 3A, 20 and 06. RGB value is (58,32,6). Sum of RGB (Red+Green+Blue) = 58+32+6=96 (12% of max value = 765). Red value is 58 (23.05% from 255 or 60.42% from 96); Green value is 32 (12.89% from 255 or 33.33% from 96); Blue value is 6 (2.73% from 255 or 6.25% from 96); Max value from RGB is 58 - color contains mainly: red. Hex color #3A2006 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3A2006 is #C5DFF9. Grayscale: #242424. Windows color (decimal): -12967930 or 401466. OLE color: 401466.

HSL color Cylindrical-coordinate representation of color #3A2006: hue angle of 30º degrees, saturation: 0.81, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #3A2006 is Cyan = 0, Magento = 0.45, Yellow = 0.90 and Black (K on CMYK) = 0.77.

Color convert

RGB 58 32 6 -
CMYK 0 0.45 0.90 0.77
HSL 30º 0.81% 0.13% -
HSV(B) 30º 0.9% 0.23% -
XYZ 2.29 1.95 0.43 -
YUV 36.81 110.61 143.11 -
System Red Green Blue C M Y K H S L
Decimal 58 32 6 0 0.45 0.90 0.77 30 0.81 0.13
Hex 3A 20 6 0 2D 5A 4D 1E 51 D
Octal 72 40 6 0 55 132 115 36 121 15
Binary 111010 100000 110 0 101101 1011010 1001101 11110 1010001 1101

Color Harmonies of #3A2006

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A2006

Black with #3A2006

Text Example


Text Example

White with #3A2006

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,32,6); }

 H1.HeaderClassName
 {
   color: #3A2006;
 }
 .AnyTagClassName
 {
   color: #3A2006;
 }
</style>

background-color css

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

 a { background-color: rgb(58,32,6); }

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

border-color css

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

 span { border-color: rgb(58,32,6); }

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