Html Css Color HEX #392813 Cocoa Brown

📋 copy color: '#392813'

red 57 ◦ green 40 ◦ blue 19

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

Shades of Cocoa Brown #392813

Tints of Cocoa Brown #392813

RGB

 RED value IS 57 (22.66% from 255) = 49.14%

 GREEN value IS 40 (16.02% from 255) = 34.48%

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

R = 49.14%
G = 34.48%
B = 16.38%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.67

 K value IS 0.78

RGB Variations

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

Color information

#392813 (or 0x392813) is known color: Cocoa Brown. HEX triplet: 39, 28 and 13. RGB value is (57,40,19). Sum of RGB (Red+Green+Blue) = 57+40+19=116 (15% of max value = 765). Red value is 57 (22.66% from 255 or 49.14% from 116); Green value is 40 (16.02% from 255 or 34.48% from 116); Blue value is 19 (7.81% from 255 or 16.38% from 116); Max value from RGB is 57 - color contains mainly: red. Hex color #392813 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #392813 is #C6D7EC. Grayscale: #2A2A2A. Windows color (decimal): -13031405 or 1255481. OLE color: 1255481.

HSL color Cylindrical-coordinate representation of color #392813: hue angle of 33.16º degrees, saturation: 0.5, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #392813 is Cyan = 0, Magento = 0.30, Yellow = 0.67 and Black (K on CMYK) = 0.78.

Color convert

RGB 57 40 19 -
CMYK 0 0.30 0.67 0.78
HSL 33.16º 0.5% 0.15% -
HSV(B) 33.16º 0.67% 0.22% -
XYZ 2.56 2.43 0.95 -
YUV 42.69 114.63 138.21 -
System Red Green Blue C M Y K H S L
Decimal 57 40 19 0 0.30 0.67 0.78 33.16 0.5 0.15
Hex 39 28 13 0 1E 43 4E 21 32 F
Octal 71 50 23 0 36 103 116 41 62 17
Binary 111001 101000 10011 0 11110 1000011 1001110 100001 110010 1111

Color Harmonies of #392813

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #392813

Black with #392813

Text Example


Text Example

White with #392813

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #392813; }

 p { color: rgb(57,40,19); }

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

background-color css

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

 a { background-color: rgb(57,40,19); }

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

border-color css

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

 span { border-color: rgb(57,40,19); }

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