Html Css Color HEX #391909 Brown Pod

📋 copy color: '#391909'

red 57 ◦ green 25 ◦ blue 9

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

Shades of Brown Pod #391909

Tints of Brown Pod #391909

RGB

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

 GREEN value IS 25 (10.16% from 255) = 27.47%

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

R = 62.64%
G = 27.47%
B = 9.89%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.84

 K value IS 0.78

RGB Variations

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

Color information

#391909 (or 0x391909) is known color: Brown Pod. HEX triplet: 39, 19 and 09. RGB value is (57,25,9). Sum of RGB (Red+Green+Blue) = 57+25+9=91 (12% of max value = 765). Red value is 57 (22.66% from 255 or 62.64% from 91); Green value is 25 (10.16% from 255 or 27.47% from 91); Blue value is 9 (3.91% from 255 or 9.89% from 91); Max value from RGB is 57 - color contains mainly: red. Hex color #391909 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #391909 is #C6E6F6. Grayscale: #202020. Windows color (decimal): -13035255 or 596281. OLE color: 596281.

HSL color Cylindrical-coordinate representation of color #391909: hue angle of 20º 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 #391909 is Cyan = 0, Magento = 0.56, Yellow = 0.84 and Black (K on CMYK) = 0.78.

Color convert

RGB 57 25 9 -
CMYK 0 0.56 0.84 0.78
HSL 20º 0.73% 0.13% -
HSV(B) 20º 0.84% 0.22% -
XYZ 2.08 1.58 0.45 -
YUV 32.74 114.6 145.3 -
System Red Green Blue C M Y K H S L
Decimal 57 25 9 0 0.56 0.84 0.78 20 0.73 0.13
Hex 39 19 9 0 38 54 4E 14 49 D
Octal 71 31 11 0 70 124 116 24 111 15
Binary 111001 11001 1001 0 111000 1010100 1001110 10100 1001001 1101

Color Harmonies of #391909

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #391909

Black with #391909

Text Example


Text Example

White with #391909

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #391909; }

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

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

background-color css

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

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

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

border-color css

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

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

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