Html Css Color HEX #361A00 Cocoa Brown

📋 copy color: '#361A00'

red 54 ◦ green 26 ◦ blue 0

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

Shades of Cocoa Brown #361A00

Tints of Cocoa Brown #361A00

RGB

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

 GREEN value IS 26 (10.55% from 255) = 32.5%

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

R = 67.5%
G = 32.5%
B = 0%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 1

 K value IS 0.79

RGB Variations

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

Color information

#361A00 (or 0x361A00) is known color: Cocoa Brown. HEX triplet: 36, 1A and 00. RGB value is (54,26,0). Sum of RGB (Red+Green+Blue) = 54+26+0=80 (10% of max value = 765). Red value is 54 (21.48% from 255 or 67.5% from 80); Green value is 26 (10.55% from 255 or 32.5% from 80); Blue value is 0 (0.39% from 255 or 0% from 80); Max value from RGB is 54 - color contains mainly: red. Hex color #361A00 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #361A00 is #C9E5FF. Grayscale: #1F1F1F. Windows color (decimal): -13231616 or 6710. OLE color: 6710.

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

Color convert

RGB 54 26 0 -
CMYK 0 0.52 1 0.79
HSL 28.89º 1% 0.11% -
HSV(B) 28.89º 1% 0.21% -
XYZ 1.89 1.52 0.19 -
YUV 31.41 110.28 144.11 -
System Red Green Blue C M Y K H S L
Decimal 54 26 0 0 0.52 1 0.79 28.89 1 0.11
Hex 36 1A 0 0 34 64 4F 1D 64 B
Octal 66 32 0 0 64 144 117 35 144 13
Binary 110110 11010 0 0 110100 1100100 1001111 11101 1100100 1011

Color Harmonies of #361A00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #361A00

Black with #361A00

Text Example


Text Example

White with #361A00

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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