Html Css Color HEX #362200 Cocoa Brown

📋 copy color: '#362200'

red 54 ◦ green 34 ◦ blue 0

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

Shades of Cocoa Brown #362200

Tints of Cocoa Brown #362200

RGB

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

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

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

R = 61.36%
G = 38.64%
B = 0%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 1

 K value IS 0.79

RGB Variations

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

Color information

#362200 (or 0x362200) is known color: Cocoa Brown. HEX triplet: 36, 22 and 00. RGB value is (54,34,0). Sum of RGB (Red+Green+Blue) = 54+34+0=88 (11% of max value = 765). Red value is 54 (21.48% from 255 or 61.36% from 88); Green value is 34 (13.67% from 255 or 38.64% from 88); Blue value is 0 (0.39% from 255 or 0% from 88); Max value from RGB is 54 - color contains mainly: red. Hex color #362200 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #362200 is #C9DDFF. Grayscale: #242424. Windows color (decimal): -13229568 or 8758. OLE color: 8758.

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

Color convert

RGB 54 34 0 -
CMYK 0 0.37 1 0.79
HSL 37.78º 1% 0.11% -
HSV(B) 37.78º 1% 0.21% -
XYZ 2.09 1.93 0.26 -
YUV 36.1 107.63 140.76 -
System Red Green Blue C M Y K H S L
Decimal 54 34 0 0 0.37 1 0.79 37.78 1 0.11
Hex 36 22 0 0 25 64 4F 26 64 B
Octal 66 42 0 0 45 144 117 46 144 13
Binary 110110 100010 0 0 100101 1100100 1001111 100110 1100100 1011

Color Harmonies of #362200

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #362200

Black with #362200

Text Example


Text Example

White with #362200

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #362200; }

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

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

background-color css

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

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

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

border-color css

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

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

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