Html Css Color HEX #362012 Cocoa Brown

📋 copy color: '#362012'

red 54 ◦ green 32 ◦ blue 18

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

Shades of Cocoa Brown #362012

Tints of Cocoa Brown #362012

RGB

 RED value IS 54 (21.48% from 255) = 51.92%

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

 BLUE value IS 18 (7.42% from 255) = 17.31%

R = 51.92%
G = 30.77%
B = 17.31%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.67

 K value IS 0.79

RGB Variations

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

Color information

#362012 (or 0x362012) is known color: Cocoa Brown. HEX triplet: 36, 20 and 12. RGB value is (54,32,18). Sum of RGB (Red+Green+Blue) = 54+32+18=104 (13% of max value = 765). Red value is 54 (21.48% from 255 or 51.92% from 104); Green value is 32 (12.89% from 255 or 30.77% from 104); Blue value is 18 (7.42% from 255 or 17.31% from 104); Max value from RGB is 54 - color contains mainly: red. Hex color #362012 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #362012 is #C9DFED. Grayscale: #252525. Windows color (decimal): -13230062 or 1187894. OLE color: 1187894.

HSL color Cylindrical-coordinate representation of color #362012: hue angle of 23.33º degrees, saturation: 0.5, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #362012 is Cyan = 0, Magento = 0.41, Yellow = 0.67 and Black (K on CMYK) = 0.79.

Color convert

RGB 54 32 18 -
CMYK 0 0.41 0.67 0.79
HSL 23.33º 0.5% 0.14% -
HSV(B) 23.33º 0.67% 0.21% -
XYZ 2.15 1.86 0.82 -
YUV 36.98 117.29 140.14 -
System Red Green Blue C M Y K H S L
Decimal 54 32 18 0 0.41 0.67 0.79 23.33 0.5 0.14
Hex 36 20 12 0 29 43 4F 17 32 E
Octal 66 40 22 0 51 103 117 27 62 16
Binary 110110 100000 10010 0 101001 1000011 1001111 10111 110010 1110

Color Harmonies of #362012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #362012

Black with #362012

Text Example


Text Example

White with #362012

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #362012; }

 p { color: rgb(54,32,18); }

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

background-color css

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

 a { background-color: rgb(54,32,18); }

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

border-color css

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

 span { border-color: rgb(54,32,18); }

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