Html Css Color HEX #361E0C Cocoa Brown

📋 copy color: '#361E0C'

red 54 ◦ green 30 ◦ blue 12

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

Shades of Cocoa Brown #361E0C

Tints of Cocoa Brown #361E0C

RGB

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

 GREEN value IS 30 (12.11% from 255) = 31.25%

 BLUE value IS 12 (5.08% from 255) = 12.5%

R = 56.25%
G = 31.25%
B = 12.5%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.78

 K value IS 0.79

RGB Variations

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

Color information

#361E0C (or 0x361E0C) is known color: Cocoa Brown. HEX triplet: 36, 1E and 0C. RGB value is (54,30,12). Sum of RGB (Red+Green+Blue) = 54+30+12=96 (12% of max value = 765). Red value is 54 (21.48% from 255 or 56.25% from 96); Green value is 30 (12.11% from 255 or 31.25% from 96); Blue value is 12 (5.08% from 255 or 12.5% from 96); Max value from RGB is 54 - color contains mainly: red. Hex color #361E0C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #361E0C is #C9E1F3. Grayscale: #232323. Windows color (decimal): -13230580 or 794166. OLE color: 794166.

HSL color Cylindrical-coordinate representation of color #361E0C: hue angle of 25.71º degrees, saturation: 0.64, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #361E0C is Cyan = 0, Magento = 0.44, Yellow = 0.78 and Black (K on CMYK) = 0.79.

Color convert

RGB 54 30 12 -
CMYK 0 0.44 0.78 0.79
HSL 25.71º 0.64% 0.13% -
HSV(B) 25.71º 0.78% 0.21% -
XYZ 2.05 1.74 0.58 -
YUV 35.12 114.95 141.46 -
System Red Green Blue C M Y K H S L
Decimal 54 30 12 0 0.44 0.78 0.79 25.71 0.64 0.13
Hex 36 1E C 0 2C 4E 4F 1A 40 D
Octal 66 36 14 0 54 116 117 32 100 15
Binary 110110 11110 1100 0 101100 1001110 1001111 11010 1000000 1101

Color Harmonies of #361E0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #361E0C

Black with #361E0C

Text Example


Text Example

White with #361E0C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(54,30,12); }

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

background-color css

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

 a { background-color: rgb(54,30,12); }

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

border-color css

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

 span { border-color: rgb(54,30,12); }

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