Html Css Color HEX #392514 Cocoa Brown

📋 copy color: '#392514'

red 57 ◦ green 37 ◦ blue 20

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

Shades of Cocoa Brown #392514

Tints of Cocoa Brown #392514

RGB

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

 GREEN value IS 37 (14.84% from 255) = 32.46%

 BLUE value IS 20 (8.2% from 255) = 17.54%

R = 50%
G = 32.46%
B = 17.54%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.65

 K value IS 0.78

RGB Variations

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

Color information

#392514 (or 0x392514) is known color: Cocoa Brown. HEX triplet: 39, 25 and 14. RGB value is (57,37,20). Sum of RGB (Red+Green+Blue) = 57+37+20=114 (15% of max value = 765). Red value is 57 (22.66% from 255 or 50% from 114); Green value is 37 (14.84% from 255 or 32.46% from 114); Blue value is 20 (8.20% from 255 or 17.54% from 114); Max value from RGB is 57 - color contains mainly: red. Hex color #392514 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #392514 is #C6DAEB. Grayscale: #292929. Windows color (decimal): -13032172 or 1320249. OLE color: 1320249.

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

Color convert

RGB 57 37 20 -
CMYK 0 0.35 0.65 0.78
HSL 27.57º 0.48% 0.15% -
HSV(B) 27.57º 0.65% 0.22% -
XYZ 2.48 2.24 0.96 -
YUV 41.04 116.13 139.38 -
System Red Green Blue C M Y K H S L
Decimal 57 37 20 0 0.35 0.65 0.78 27.57 0.48 0.15
Hex 39 25 14 0 23 41 4E 1C 30 F
Octal 71 45 24 0 43 101 116 34 60 17
Binary 111001 100101 10100 0 100011 1000001 1001110 11100 110000 1111

Color Harmonies of #392514

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #392514

Black with #392514

Text Example


Text Example

White with #392514

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #392514; }

 p { color: rgb(57,37,20); }

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

background-color css

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

 a { background-color: rgb(57,37,20); }

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

border-color css

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

 span { border-color: rgb(57,37,20); }

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