Html Css Color HEX #362201 Cocoa Brown

📋 copy color: '#362201'

red 54 ◦ green 34 ◦ blue 1

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

Shades of Cocoa Brown #362201

Tints of Cocoa Brown #362201

RGB

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

 GREEN value IS 34 (13.67% from 255) = 38.2%

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

R = 60.67%
G = 38.2%
B = 1.12%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.98

 K value IS 0.79

RGB Variations

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

Color information

#362201 (or 0x362201) is known color: Cocoa Brown. HEX triplet: 36, 22 and 01. RGB value is (54,34,1). Sum of RGB (Red+Green+Blue) = 54+34+1=89 (11% of max value = 765). Red value is 54 (21.48% from 255 or 60.67% from 89); Green value is 34 (13.67% from 255 or 38.20% from 89); Blue value is 1 (0.78% from 255 or 1.12% from 89); Max value from RGB is 54 - color contains mainly: red. Hex color #362201 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #362201 is #C9DDFE. Grayscale: #242424. Windows color (decimal): -13229567 or 74294. OLE color: 74294.

HSL color Cylindrical-coordinate representation of color #362201: hue angle of 37.36º 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 #362201 is Cyan = 0, Magento = 0.37, Yellow = 0.98 and Black (K on CMYK) = 0.79.

Color convert

RGB 54 34 1 -
CMYK 0 0.37 0.98 0.79
HSL 37.36º 0.96% 0.11% -
HSV(B) 37.36º 0.98% 0.21% -
XYZ 2.1 1.93 0.29 -
YUV 36.22 108.13 140.68 -
System Red Green Blue C M Y K H S L
Decimal 54 34 1 0 0.37 0.98 0.79 37.36 0.96 0.11
Hex 36 22 1 0 25 62 4F 25 60 B
Octal 66 42 1 0 45 142 117 45 140 13
Binary 110110 100010 1 0 100101 1100010 1001111 100101 1100000 1011

Color Harmonies of #362201

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #362201

Black with #362201

Text Example


Text Example

White with #362201

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #362201; }

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

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

background-color css

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

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

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

border-color css

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

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

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