Html Css Color HEX #362311 Cocoa Brown

📋 copy color: '#362311'

red 54 ◦ green 35 ◦ blue 17

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

Shades of Cocoa Brown #362311

Tints of Cocoa Brown #362311

RGB

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

 GREEN value IS 35 (14.06% from 255) = 33.02%

 BLUE value IS 17 (7.03% from 255) = 16.04%

R = 50.94%
G = 33.02%
B = 16.04%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.69

 K value IS 0.79

RGB Variations

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

Color information

#362311 (or 0x362311) is known color: Cocoa Brown. HEX triplet: 36, 23 and 11. RGB value is (54,35,17). Sum of RGB (Red+Green+Blue) = 54+35+17=106 (14% of max value = 765). Red value is 54 (21.48% from 255 or 50.94% from 106); Green value is 35 (14.06% from 255 or 33.02% from 106); Blue value is 17 (7.03% from 255 or 16.04% from 106); Max value from RGB is 54 - color contains mainly: red. Hex color #362311 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #362311 is #C9DCEE. Grayscale: #262626. Windows color (decimal): -13229295 or 1123126. OLE color: 1123126.

HSL color Cylindrical-coordinate representation of color #362311: hue angle of 29.19º degrees, saturation: 0.52, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #362311 is Cyan = 0, Magento = 0.35, Yellow = 0.69 and Black (K on CMYK) = 0.79.

Color convert

RGB 54 35 17 -
CMYK 0 0.35 0.69 0.79
HSL 29.19º 0.52% 0.14% -
HSV(B) 29.19º 0.69% 0.21% -
XYZ 2.22 2.03 0.8 -
YUV 38.63 115.79 138.96 -
System Red Green Blue C M Y K H S L
Decimal 54 35 17 0 0.35 0.69 0.79 29.19 0.52 0.14
Hex 36 23 11 0 23 45 4F 1D 34 E
Octal 66 43 21 0 43 105 117 35 64 16
Binary 110110 100011 10001 0 100011 1000101 1001111 11101 110100 1110

Color Harmonies of #362311

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #362311

Black with #362311

Text Example


Text Example

White with #362311

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #362311; }

 p { color: rgb(54,35,17); }

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

background-color css

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

 a { background-color: rgb(54,35,17); }

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

border-color css

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

 span { border-color: rgb(54,35,17); }

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