Html Css Color HEX #362512 Cocoa Brown

📋 copy color: '#362512'

red 54 ◦ green 37 ◦ blue 18

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

Shades of Cocoa Brown #362512

Tints of Cocoa Brown #362512

RGB

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

 GREEN value IS 37 (14.84% from 255) = 33.94%

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

R = 49.54%
G = 33.94%
B = 16.51%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.67

 K value IS 0.79

RGB Variations

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

Color information

#362512 (or 0x362512) is known color: Cocoa Brown. HEX triplet: 36, 25 and 12. RGB value is (54,37,18). Sum of RGB (Red+Green+Blue) = 54+37+18=109 (14% of max value = 765). Red value is 54 (21.48% from 255 or 49.54% from 109); Green value is 37 (14.84% from 255 or 33.94% from 109); Blue value is 18 (7.42% from 255 or 16.51% from 109); Max value from RGB is 54 - color contains mainly: red. Hex color #362512 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #362512 is #C9DAED. Grayscale: #282828. Windows color (decimal): -13228782 or 1189174. OLE color: 1189174.

HSL color Cylindrical-coordinate representation of color #362512: hue angle of 31.67º 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 #362512 is Cyan = 0, Magento = 0.31, Yellow = 0.67 and Black (K on CMYK) = 0.79.

Color convert

RGB 54 37 18 -
CMYK 0 0.31 0.67 0.79
HSL 31.67º 0.5% 0.14% -
HSV(B) 31.67º 0.67% 0.21% -
XYZ 2.29 2.15 0.87 -
YUV 39.92 115.63 138.04 -
System Red Green Blue C M Y K H S L
Decimal 54 37 18 0 0.31 0.67 0.79 31.67 0.5 0.14
Hex 36 25 12 0 1F 43 4F 20 32 E
Octal 66 45 22 0 37 103 117 40 62 16
Binary 110110 100101 10010 0 11111 1000011 1001111 100000 110010 1110

Color Harmonies of #362512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #362512

Black with #362512

Text Example


Text Example

White with #362512

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #362512; }

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

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

background-color css

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

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

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

border-color css

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

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

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