Html Css Color HEX #362114 Cocoa Brown

📋 copy color: '#362114'

red 54 ◦ green 33 ◦ blue 20

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

Shades of Cocoa Brown #362114

Tints of Cocoa Brown #362114

RGB

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

 GREEN value IS 33 (13.28% from 255) = 30.84%

 BLUE value IS 20 (8.2% from 255) = 18.69%

R = 50.47%
G = 30.84%
B = 18.69%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.63

 K value IS 0.79

RGB Variations

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

Color information

#362114 (or 0x362114) is known color: Cocoa Brown. HEX triplet: 36, 21 and 14. RGB value is (54,33,20). Sum of RGB (Red+Green+Blue) = 54+33+20=107 (14% of max value = 765). Red value is 54 (21.48% from 255 or 50.47% from 107); Green value is 33 (13.28% from 255 or 30.84% from 107); Blue value is 20 (8.20% from 255 or 18.69% from 107); Max value from RGB is 54 - color contains mainly: red. Hex color #362114 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #362114 is #C9DEEB. Grayscale: #252525. Windows color (decimal): -13229804 or 1319222. OLE color: 1319222.

HSL color Cylindrical-coordinate representation of color #362114: hue angle of 22.94º degrees, saturation: 0.46, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #362114 is Cyan = 0, Magento = 0.39, Yellow = 0.63 and Black (K on CMYK) = 0.79.

Color convert

RGB 54 33 20 -
CMYK 0 0.39 0.63 0.79
HSL 22.94º 0.46% 0.15% -
HSV(B) 22.94º 0.63% 0.21% -
XYZ 2.19 1.92 0.92 -
YUV 37.8 117.96 139.56 -
System Red Green Blue C M Y K H S L
Decimal 54 33 20 0 0.39 0.63 0.79 22.94 0.46 0.15
Hex 36 21 14 0 27 3F 4F 17 2E F
Octal 66 41 24 0 47 77 117 27 56 17
Binary 110110 100001 10100 0 100111 111111 1001111 10111 101110 1111

Color Harmonies of #362114

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #362114

Black with #362114

Text Example


Text Example

White with #362114

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #362114; }

 p { color: rgb(54,33,20); }

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

background-color css

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

 a { background-color: rgb(54,33,20); }

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

border-color css

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

 span { border-color: rgb(54,33,20); }

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