Html Css Color HEX #392812 Cocoa Brown

📋 copy color: '#392812'

red 57 ◦ green 40 ◦ blue 18

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

Shades of Cocoa Brown #392812

Tints of Cocoa Brown #392812

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 15.65%

R = 49.57%
G = 34.78%
B = 15.65%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.68

 K value IS 0.78

RGB Variations

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

Color information

#392812 (or 0x392812) is known color: Cocoa Brown. HEX triplet: 39, 28 and 12. RGB value is (57,40,18). Sum of RGB (Red+Green+Blue) = 57+40+18=115 (15% of max value = 765). Red value is 57 (22.66% from 255 or 49.57% from 115); Green value is 40 (16.02% from 255 or 34.78% from 115); Blue value is 18 (7.42% from 255 or 15.65% from 115); Max value from RGB is 57 - color contains mainly: red. Hex color #392812 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #392812 is #C6D7ED. Grayscale: #2A2A2A. Windows color (decimal): -13031406 or 1189945. OLE color: 1189945.

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

Color convert

RGB 57 40 18 -
CMYK 0 0.30 0.68 0.78
HSL 33.85º 0.52% 0.15% -
HSV(B) 33.85º 0.68% 0.22% -
XYZ 2.56 2.43 0.91 -
YUV 42.58 114.13 138.29 -
System Red Green Blue C M Y K H S L
Decimal 57 40 18 0 0.30 0.68 0.78 33.85 0.52 0.15
Hex 39 28 12 0 1E 44 4E 22 34 F
Octal 71 50 22 0 36 104 116 42 64 17
Binary 111001 101000 10010 0 11110 1000100 1001110 100010 110100 1111

Color Harmonies of #392812

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #392812

Black with #392812

Text Example


Text Example

White with #392812

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #392812; }

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

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

background-color css

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

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

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

border-color css

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

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

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