Html Css Color HEX #361D0B Cocoa Brown

📋 copy color: '#361D0B'

red 54 ◦ green 29 ◦ blue 11

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

Shades of Cocoa Brown #361D0B

Tints of Cocoa Brown #361D0B

RGB

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

 GREEN value IS 29 (11.72% from 255) = 30.85%

 BLUE value IS 11 (4.69% from 255) = 11.7%

R = 57.45%
G = 30.85%
B = 11.7%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.80

 K value IS 0.79

RGB Variations

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

Color information

#361D0B (or 0x361D0B) is known color: Cocoa Brown. HEX triplet: 36, 1D and 0B. RGB value is (54,29,11). Sum of RGB (Red+Green+Blue) = 54+29+11=94 (12% of max value = 765). Red value is 54 (21.48% from 255 or 57.45% from 94); Green value is 29 (11.72% from 255 or 30.85% from 94); Blue value is 11 (4.69% from 255 or 11.70% from 94); Max value from RGB is 54 - color contains mainly: red. Hex color #361D0B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #361D0B is #C9E2F4. Grayscale: #222222. Windows color (decimal): -13230837 or 728374. OLE color: 728374.

HSL color Cylindrical-coordinate representation of color #361D0B: hue angle of 25.12º degrees, saturation: 0.66, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #361D0B is Cyan = 0, Magento = 0.46, Yellow = 0.80 and Black (K on CMYK) = 0.79.

Color convert

RGB 54 29 11 -
CMYK 0 0.46 0.80 0.79
HSL 25.12º 0.66% 0.13% -
HSV(B) 25.12º 0.8% 0.21% -
XYZ 2.02 1.69 0.54 -
YUV 34.42 114.78 141.96 -
System Red Green Blue C M Y K H S L
Decimal 54 29 11 0 0.46 0.80 0.79 25.12 0.66 0.13
Hex 36 1D B 0 2E 50 4F 19 42 D
Octal 66 35 13 0 56 120 117 31 102 15
Binary 110110 11101 1011 0 101110 1010000 1001111 11001 1000010 1101

Color Harmonies of #361D0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #361D0B

Black with #361D0B

Text Example


Text Example

White with #361D0B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #361D0B; }

 p { color: rgb(54,29,11); }

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

background-color css

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

 a { background-color: rgb(54,29,11); }

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

border-color css

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

 span { border-color: rgb(54,29,11); }

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