Html Css Color HEX #362000 Cocoa Brown

📋 copy color: '#362000'

red 54 ◦ green 32 ◦ blue 0

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

Shades of Cocoa Brown #362000

Tints of Cocoa Brown #362000

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 62.79%
G = 37.21%
B = 0%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 1

 K value IS 0.79

RGB Variations

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

Color information

#362000 (or 0x362000) is known color: Cocoa Brown. HEX triplet: 36, 20 and 00. RGB value is (54,32,0). Sum of RGB (Red+Green+Blue) = 54+32+0=86 (11% of max value = 765). Red value is 54 (21.48% from 255 or 62.79% from 86); Green value is 32 (12.89% from 255 or 37.21% from 86); Blue value is 0 (0.39% from 255 or 0% from 86); Max value from RGB is 54 - color contains mainly: red. Hex color #362000 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #362000 is #C9DFFF. Grayscale: #232323. Windows color (decimal): -13230080 or 8246. OLE color: 8246.

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

Color convert

RGB 54 32 0 -
CMYK 0 0.41 1 0.79
HSL 35.56º 1% 0.11% -
HSV(B) 35.56º 1% 0.21% -
XYZ 2.04 1.82 0.24 -
YUV 34.93 108.29 141.6 -
System Red Green Blue C M Y K H S L
Decimal 54 32 0 0 0.41 1 0.79 35.56 1 0.11
Hex 36 20 0 0 29 64 4F 24 64 B
Octal 66 40 0 0 51 144 117 44 144 13
Binary 110110 100000 0 0 101001 1100100 1001111 100100 1100100 1011

Color Harmonies of #362000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #362000

Black with #362000

Text Example


Text Example

White with #362000

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #362000; }

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

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

background-color css

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

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

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

border-color css

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

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

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