Html Css Color HEX #392319 Brown Pod

📋 copy color: '#392319'

red 57 ◦ green 35 ◦ blue 25

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

Shades of Brown Pod #392319

Tints of Brown Pod #392319

RGB

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

 GREEN value IS 35 (14.06% from 255) = 29.91%

 BLUE value IS 25 (10.16% from 255) = 21.37%

R = 48.72%
G = 29.91%
B = 21.37%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.56

 K value IS 0.78

RGB Variations

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

Color information

#392319 (or 0x392319) is known color: Brown Pod. HEX triplet: 39, 23 and 19. RGB value is (57,35,25). Sum of RGB (Red+Green+Blue) = 57+35+25=117 (15% of max value = 765). Red value is 57 (22.66% from 255 or 48.72% from 117); Green value is 35 (14.06% from 255 or 29.91% from 117); Blue value is 25 (10.16% from 255 or 21.37% from 117); Max value from RGB is 57 - color contains mainly: red. Hex color #392319 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #392319 is #C6DCE6. Grayscale: #282828. Windows color (decimal): -13032679 or 1647417. OLE color: 1647417.

HSL color Cylindrical-coordinate representation of color #392319: hue angle of 18.75º degrees, saturation: 0.39, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #392319 is Cyan = 0, Magento = 0.39, Yellow = 0.56 and Black (K on CMYK) = 0.78.

Color convert

RGB 57 35 25 -
CMYK 0 0.39 0.56 0.78
HSL 18.75º 0.39% 0.16% -
HSV(B) 18.75º 0.56% 0.22% -
XYZ 2.46 2.14 1.2 -
YUV 40.44 119.29 139.81 -
System Red Green Blue C M Y K H S L
Decimal 57 35 25 0 0.39 0.56 0.78 18.75 0.39 0.16
Hex 39 23 19 0 27 38 4E 13 27 10
Octal 71 43 31 0 47 70 116 23 47 20
Binary 111001 100011 11001 0 100111 111000 1001110 10011 100111 10000

Color Harmonies of #392319

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #392319

Black with #392319

Text Example


Text Example

White with #392319

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #392319; }

 p { color: rgb(57,35,25); }

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

background-color css

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

 a { background-color: rgb(57,35,25); }

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

border-color css

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

 span { border-color: rgb(57,35,25); }

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