Html Css Color HEX #362002 Cocoa Brown

📋 copy color: '#362002'

red 54 ◦ green 32 ◦ blue 2

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

Shades of Cocoa Brown #362002

Tints of Cocoa Brown #362002

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 2.27%

R = 61.36%
G = 36.36%
B = 2.27%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.96

 K value IS 0.79

RGB Variations

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

Color information

#362002 (or 0x362002) is known color: Cocoa Brown. HEX triplet: 36, 20 and 02. RGB value is (54,32,2). Sum of RGB (Red+Green+Blue) = 54+32+2=88 (11% of max value = 765). Red value is 54 (21.48% from 255 or 61.36% from 88); Green value is 32 (12.89% from 255 or 36.36% from 88); Blue value is 2 (1.17% from 255 or 2.27% from 88); Max value from RGB is 54 - color contains mainly: red. Hex color #362002 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #362002 is #C9DFFD. Grayscale: #232323. Windows color (decimal): -13230078 or 139318. OLE color: 139318.

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

Color convert

RGB 54 32 2 -
CMYK 0 0.41 0.96 0.79
HSL 34.62º 0.93% 0.11% -
HSV(B) 34.62º 0.96% 0.21% -
XYZ 2.05 1.82 0.3 -
YUV 35.16 109.29 141.44 -
System Red Green Blue C M Y K H S L
Decimal 54 32 2 0 0.41 0.96 0.79 34.62 0.93 0.11
Hex 36 20 2 0 29 60 4F 23 5D B
Octal 66 40 2 0 51 140 117 43 135 13
Binary 110110 100000 10 0 101001 1100000 1001111 100011 1011101 1011

Color Harmonies of #362002

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #362002

Black with #362002

Text Example


Text Example

White with #362002

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #362002; }

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

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

background-color css

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

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

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

border-color css

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

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

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