Html Css Color HEX #36200E Cocoa Brown

📋 copy color: '#36200E'

red 54 ◦ green 32 ◦ blue 14

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

Shades of Cocoa Brown #36200E

Tints of Cocoa Brown #36200E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 14%

R = 54%
G = 32%
B = 14%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.74

 K value IS 0.79

RGB Variations

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

Color information

#36200E (or 0x36200E) is known color: Cocoa Brown. HEX triplet: 36, 20 and 0E. RGB value is (54,32,14). Sum of RGB (Red+Green+Blue) = 54+32+14=100 (13% of max value = 765). Red value is 54 (21.48% from 255 or 54% from 100); Green value is 32 (12.89% from 255 or 32% from 100); Blue value is 14 (5.86% from 255 or 14% from 100); Max value from RGB is 54 - color contains mainly: red. Hex color #36200E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #36200E is #C9DFF1. Grayscale: #242424. Windows color (decimal): -13230066 or 925750. OLE color: 925750.

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

Color convert

RGB 54 32 14 -
CMYK 0 0.41 0.74 0.79
HSL 27º 0.59% 0.13% -
HSV(B) 27º 0.74% 0.21% -
XYZ 2.12 1.85 0.66 -
YUV 36.53 115.29 140.46 -
System Red Green Blue C M Y K H S L
Decimal 54 32 14 0 0.41 0.74 0.79 27 0.59 0.13
Hex 36 20 E 0 29 4A 4F 1B 3B D
Octal 66 40 16 0 51 112 117 33 73 15
Binary 110110 100000 1110 0 101001 1001010 1001111 11011 111011 1101

Color Harmonies of #36200E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36200E

Black with #36200E

Text Example


Text Example

White with #36200E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #36200E; }

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

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

background-color css

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

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

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

border-color css

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

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

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