Html Css Color HEX #391709 Brown Pod

📋 copy color: '#391709'

red 57 ◦ green 23 ◦ blue 9

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

Shades of Brown Pod #391709

Tints of Brown Pod #391709

RGB

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

 GREEN value IS 23 (9.38% from 255) = 25.84%

 BLUE value IS 9 (3.91% from 255) = 10.11%

R = 64.04%
G = 25.84%
B = 10.11%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.84

 K value IS 0.78

RGB Variations

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

Color information

#391709 (or 0x391709) is known color: Brown Pod. HEX triplet: 39, 17 and 09. RGB value is (57,23,9). Sum of RGB (Red+Green+Blue) = 57+23+9=89 (11% of max value = 765). Red value is 57 (22.66% from 255 or 64.04% from 89); Green value is 23 (9.38% from 255 or 25.84% from 89); Blue value is 9 (3.91% from 255 or 10.11% from 89); Max value from RGB is 57 - color contains mainly: red. Hex color #391709 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #391709 is #C6E8F6. Grayscale: #1F1F1F. Windows color (decimal): -13035767 or 595769. OLE color: 595769.

HSL color Cylindrical-coordinate representation of color #391709: hue angle of 17.5º degrees, saturation: 0.73, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #391709 is Cyan = 0, Magento = 0.60, Yellow = 0.84 and Black (K on CMYK) = 0.78.

Color convert

RGB 57 23 9 -
CMYK 0 0.60 0.84 0.78
HSL 17.5º 0.73% 0.13% -
HSV(B) 17.5º 0.84% 0.22% -
XYZ 2.04 1.5 0.44 -
YUV 31.57 115.26 146.14 -
System Red Green Blue C M Y K H S L
Decimal 57 23 9 0 0.60 0.84 0.78 17.5 0.73 0.13
Hex 39 17 9 0 3C 54 4E 12 49 D
Octal 71 27 11 0 74 124 116 22 111 15
Binary 111001 10111 1001 0 111100 1010100 1001110 10010 1001001 1101

Color Harmonies of #391709

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #391709

Black with #391709

Text Example


Text Example

White with #391709

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #391709; }

 p { color: rgb(57,23,9); }

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

background-color css

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

 a { background-color: rgb(57,23,9); }

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

border-color css

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

 span { border-color: rgb(57,23,9); }

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