Html Css Color HEX #392B1D Cocoa Brown

📋 copy color: '#392B1D'

red 57 ◦ green 43 ◦ blue 29

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

Shades of Cocoa Brown #392B1D

Tints of Cocoa Brown #392B1D

RGB

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

 GREEN value IS 43 (17.19% from 255) = 33.33%

 BLUE value IS 29 (11.72% from 255) = 22.48%

R = 44.19%
G = 33.33%
B = 22.48%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.49

 K value IS 0.78

RGB Variations

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

Color information

#392B1D (or 0x392B1D) is known color: Cocoa Brown. HEX triplet: 39, 2B and 1D. RGB value is (57,43,29). Sum of RGB (Red+Green+Blue) = 57+43+29=129 (17% of max value = 765). Red value is 57 (22.66% from 255 or 44.19% from 129); Green value is 43 (17.19% from 255 or 33.33% from 129); Blue value is 29 (11.72% from 255 or 22.48% from 129); Max value from RGB is 57 - color contains mainly: red. Hex color #392B1D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #392B1D is #C6D4E2. Grayscale: #2D2D2D. Windows color (decimal): -13030627 or 1911609. OLE color: 1911609.

HSL color Cylindrical-coordinate representation of color #392B1D: hue angle of 30º degrees, saturation: 0.33, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #392B1D is Cyan = 0, Magento = 0.25, Yellow = 0.49 and Black (K on CMYK) = 0.78.

Color convert

RGB 57 43 29 -
CMYK 0 0.25 0.49 0.78
HSL 30º 0.33% 0.17% -
HSV(B) 30º 0.49% 0.22% -
XYZ 2.77 2.69 1.53 -
YUV 45.59 118.64 136.14 -
System Red Green Blue C M Y K H S L
Decimal 57 43 29 0 0.25 0.49 0.78 30 0.33 0.17
Hex 39 2B 1D 0 19 31 4E 1E 21 11
Octal 71 53 35 0 31 61 116 36 41 21
Binary 111001 101011 11101 0 11001 110001 1001110 11110 100001 10001

Color Harmonies of #392B1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #392B1D

Black with #392B1D

Text Example


Text Example

White with #392B1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #392B1D; }

 p { color: rgb(57,43,29); }

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

background-color css

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

 a { background-color: rgb(57,43,29); }

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

border-color css

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

 span { border-color: rgb(57,43,29); }

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