Html Css Color HEX #392A25 Brown Pod

📋 copy color: '#392A25'

red 57 ◦ green 42 ◦ blue 37

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

Shades of Brown Pod #392A25

Tints of Brown Pod #392A25

RGB

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

 GREEN value IS 42 (16.8% from 255) = 30.88%

 BLUE value IS 37 (14.84% from 255) = 27.21%

R = 41.91%
G = 30.88%
B = 27.21%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.35

 K value IS 0.78

RGB Variations

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

Color information

#392A25 (or 0x392A25) is known color: Brown Pod. HEX triplet: 39, 2A and 25. RGB value is (57,42,37). Sum of RGB (Red+Green+Blue) = 57+42+37=136 (18% of max value = 765). Red value is 57 (22.66% from 255 or 41.91% from 136); Green value is 42 (16.80% from 255 or 30.88% from 136); Blue value is 37 (14.84% from 255 or 27.21% from 136); Max value from RGB is 57 - color contains mainly: red. Hex color #392A25 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #392A25 is #C6D5DA. Grayscale: #2D2D2D. Windows color (decimal): -13030875 or 2435641. OLE color: 2435641.

HSL color Cylindrical-coordinate representation of color #392A25: hue angle of 15º degrees, saturation: 0.21, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #392A25 is Cyan = 0, Magento = 0.26, Yellow = 0.35 and Black (K on CMYK) = 0.78.

Color convert

RGB 57 42 37 -
CMYK 0 0.26 0.35 0.78
HSL 15º 0.21% 0.18% -
HSV(B) 15º 0.35% 0.22% -
XYZ 2.85 2.66 2.11 -
YUV 45.92 122.97 135.91 -
System Red Green Blue C M Y K H S L
Decimal 57 42 37 0 0.26 0.35 0.78 15 0.21 0.18
Hex 39 2A 25 0 1A 23 4E F 15 12
Octal 71 52 45 0 32 43 116 17 25 22
Binary 111001 101010 100101 0 11010 100011 1001110 1111 10101 10010

Color Harmonies of #392A25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #392A25

Black with #392A25

Text Example


Text Example

White with #392A25

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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