Html Css Color HEX #361900 Cocoa Brown

📋 copy color: '#361900'

red 54 ◦ green 25 ◦ blue 0

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

Shades of Cocoa Brown #361900

Tints of Cocoa Brown #361900

RGB

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

 GREEN value IS 25 (10.16% from 255) = 31.65%

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

R = 68.35%
G = 31.65%
B = 0%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 1

 K value IS 0.79

RGB Variations

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

Color information

#361900 (or 0x361900) is known color: Cocoa Brown. HEX triplet: 36, 19 and 00. RGB value is (54,25,0). Sum of RGB (Red+Green+Blue) = 54+25+0=79 (10% of max value = 765). Red value is 54 (21.48% from 255 or 68.35% from 79); Green value is 25 (10.16% from 255 or 31.65% from 79); Blue value is 0 (0.39% from 255 or 0% from 79); Max value from RGB is 54 - color contains mainly: red. Hex color #361900 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #361900 is #C9E6FF. Grayscale: #1E1E1E. Windows color (decimal): -13231872 or 6454. OLE color: 6454.

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

Color convert

RGB 54 25 0 -
CMYK 0 0.54 1 0.79
HSL 27.78º 1% 0.11% -
HSV(B) 27.78º 1% 0.21% -
XYZ 1.87 1.48 0.19 -
YUV 30.82 110.61 144.53 -
System Red Green Blue C M Y K H S L
Decimal 54 25 0 0 0.54 1 0.79 27.78 1 0.11
Hex 36 19 0 0 36 64 4F 1C 64 B
Octal 66 31 0 0 66 144 117 34 144 13
Binary 110110 11001 0 0 110110 1100100 1001111 11100 1100100 1011

Color Harmonies of #361900

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #361900

Black with #361900

Text Example


Text Example

White with #361900

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #361900; }

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

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

background-color css

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

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

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

border-color css

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

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

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