Html Css Color HEX #362820 Cocoa Brown

📋 copy color: '#362820'

red 54 ◦ green 40 ◦ blue 32

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

Shades of Cocoa Brown #362820

Tints of Cocoa Brown #362820

RGB

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

 GREEN value IS 40 (16.02% from 255) = 31.75%

 BLUE value IS 32 (12.89% from 255) = 25.4%

R = 42.86%
G = 31.75%
B = 25.4%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.41

 K value IS 0.79

RGB Variations

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

Color information

#362820 (or 0x362820) is known color: Cocoa Brown. HEX triplet: 36, 28 and 20. RGB value is (54,40,32). Sum of RGB (Red+Green+Blue) = 54+40+32=126 (16% of max value = 765). Red value is 54 (21.48% from 255 or 42.86% from 126); Green value is 40 (16.02% from 255 or 31.75% from 126); Blue value is 32 (12.89% from 255 or 25.40% from 126); Max value from RGB is 54 - color contains mainly: red. Hex color #362820 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #362820 is #C9D7DF. Grayscale: #2B2B2B. Windows color (decimal): -13228000 or 2107446. OLE color: 2107446.

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

Color convert

RGB 54 40 32 -
CMYK 0 0.26 0.41 0.79
HSL 21.82º 0.26% 0.17% -
HSV(B) 21.82º 0.41% 0.21% -
XYZ 2.54 2.41 1.7 -
YUV 43.27 121.64 135.65 -
System Red Green Blue C M Y K H S L
Decimal 54 40 32 0 0.26 0.41 0.79 21.82 0.26 0.17
Hex 36 28 20 0 1A 29 4F 16 1A 11
Octal 66 50 40 0 32 51 117 26 32 21
Binary 110110 101000 100000 0 11010 101001 1001111 10110 11010 10001

Color Harmonies of #362820

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #362820

Black with #362820

Text Example


Text Example

White with #362820

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #362820; }

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

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

background-color css

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

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

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

border-color css

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

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

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