Html Css Color HEX #362001 Cocoa Brown

📋 copy color: '#362001'

red 54 ◦ green 32 ◦ blue 1

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

Shades of Cocoa Brown #362001

Tints of Cocoa Brown #362001

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 1.15%

R = 62.07%
G = 36.78%
B = 1.15%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.98

 K value IS 0.79

RGB Variations

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

Color information

#362001 (or 0x362001) is known color: Cocoa Brown. HEX triplet: 36, 20 and 01. RGB value is (54,32,1). Sum of RGB (Red+Green+Blue) = 54+32+1=87 (11% of max value = 765). Red value is 54 (21.48% from 255 or 62.07% from 87); Green value is 32 (12.89% from 255 or 36.78% from 87); Blue value is 1 (0.78% from 255 or 1.15% from 87); Max value from RGB is 54 - color contains mainly: red. Hex color #362001 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #362001 is #C9DFFE. Grayscale: #232323. Windows color (decimal): -13230079 or 73782. OLE color: 73782.

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

Color convert

RGB 54 32 1 -
CMYK 0 0.41 0.98 0.79
HSL 35.09º 0.96% 0.11% -
HSV(B) 35.09º 0.98% 0.21% -
XYZ 2.04 1.82 0.27 -
YUV 35.04 108.79 141.52 -
System Red Green Blue C M Y K H S L
Decimal 54 32 1 0 0.41 0.98 0.79 35.09 0.96 0.11
Hex 36 20 1 0 29 62 4F 23 60 B
Octal 66 40 1 0 51 142 117 43 140 13
Binary 110110 100000 1 0 101001 1100010 1001111 100011 1100000 1011

Color Harmonies of #362001

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #362001

Black with #362001

Text Example


Text Example

White with #362001

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #362001; }

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

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

background-color css

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

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

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

border-color css

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

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

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