Html Css Color HEX #362413 Cocoa Brown

📋 copy color: '#362413'

red 54 ◦ green 36 ◦ blue 19

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

Shades of Cocoa Brown #362413

Tints of Cocoa Brown #362413

RGB

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

 GREEN value IS 36 (14.45% from 255) = 33.03%

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

R = 49.54%
G = 33.03%
B = 17.43%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.65

 K value IS 0.79

RGB Variations

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

Color information

#362413 (or 0x362413) is known color: Cocoa Brown. HEX triplet: 36, 24 and 13. RGB value is (54,36,19). Sum of RGB (Red+Green+Blue) = 54+36+19=109 (14% of max value = 765). Red value is 54 (21.48% from 255 or 49.54% from 109); Green value is 36 (14.45% from 255 or 33.03% from 109); Blue value is 19 (7.81% from 255 or 17.43% from 109); Max value from RGB is 54 - color contains mainly: red. Hex color #362413 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #362413 is #C9DBEC. Grayscale: #272727. Windows color (decimal): -13229037 or 1254454. OLE color: 1254454.

HSL color Cylindrical-coordinate representation of color #362413: hue angle of 29.14º 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 #362413 is Cyan = 0, Magento = 0.33, Yellow = 0.65 and Black (K on CMYK) = 0.79.

Color convert

RGB 54 36 19 -
CMYK 0 0.33 0.65 0.79
HSL 29.14º 0.48% 0.14% -
HSV(B) 29.14º 0.65% 0.21% -
XYZ 2.27 2.09 0.9 -
YUV 39.44 116.46 138.38 -
System Red Green Blue C M Y K H S L
Decimal 54 36 19 0 0.33 0.65 0.79 29.14 0.48 0.14
Hex 36 24 13 0 21 41 4F 1D 30 E
Octal 66 44 23 0 41 101 117 35 60 16
Binary 110110 100100 10011 0 100001 1000001 1001111 11101 110000 1110

Color Harmonies of #362413

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #362413

Black with #362413

Text Example


Text Example

White with #362413

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #362413; }

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

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

background-color css

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

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

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

border-color css

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

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

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