Html Css Color HEX #362713 Cocoa Brown

📋 copy color: '#362713'

red 54 ◦ green 39 ◦ blue 19

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

Shades of Cocoa Brown #362713

Tints of Cocoa Brown #362713

RGB

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

 GREEN value IS 39 (15.63% from 255) = 34.82%

 BLUE value IS 19 (7.81% from 255) = 16.96%

R = 48.21%
G = 34.82%
B = 16.96%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.65

 K value IS 0.79

RGB Variations

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

Color information

#362713 (or 0x362713) is known color: Cocoa Brown. HEX triplet: 36, 27 and 13. RGB value is (54,39,19). Sum of RGB (Red+Green+Blue) = 54+39+19=112 (14% of max value = 765). Red value is 54 (21.48% from 255 or 48.21% from 112); Green value is 39 (15.62% from 255 or 34.82% from 112); Blue value is 19 (7.81% from 255 or 16.96% from 112); Max value from RGB is 54 - color contains mainly: red. Hex color #362713 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #362713 is #C9D8EC. Grayscale: #292929. Windows color (decimal): -13228269 or 1255222. OLE color: 1255222.

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

Color convert

RGB 54 39 19 -
CMYK 0 0.28 0.65 0.79
HSL 34.29º 0.48% 0.14% -
HSV(B) 34.29º 0.65% 0.21% -
XYZ 2.36 2.28 0.93 -
YUV 41.21 115.47 137.13 -
System Red Green Blue C M Y K H S L
Decimal 54 39 19 0 0.28 0.65 0.79 34.29 0.48 0.14
Hex 36 27 13 0 1C 41 4F 22 30 E
Octal 66 47 23 0 34 101 117 42 60 16
Binary 110110 100111 10011 0 11100 1000001 1001111 100010 110000 1110

Color Harmonies of #362713

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #362713

Black with #362713

Text Example


Text Example

White with #362713

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #362713; }

 p { color: rgb(54,39,19); }

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

background-color css

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

 a { background-color: rgb(54,39,19); }

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

border-color css

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

 span { border-color: rgb(54,39,19); }

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