Html Css Color HEX #391809 Brown Pod

📋 copy color: '#391809'

red 57 ◦ green 24 ◦ blue 9

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

Shades of Brown Pod #391809

Tints of Brown Pod #391809

RGB

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

 GREEN value IS 24 (9.77% from 255) = 26.67%

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

R = 63.33%
G = 26.67%
B = 10%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.84

 K value IS 0.78

RGB Variations

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

Color information

#391809 (or 0x391809) is known color: Brown Pod. HEX triplet: 39, 18 and 09. RGB value is (57,24,9). Sum of RGB (Red+Green+Blue) = 57+24+9=90 (11% of max value = 765). Red value is 57 (22.66% from 255 or 63.33% from 90); Green value is 24 (9.77% from 255 or 26.67% from 90); Blue value is 9 (3.91% from 255 or 10% from 90); Max value from RGB is 57 - color contains mainly: red. Hex color #391809 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #391809 is #C6E7F6. Grayscale: #202020. Windows color (decimal): -13035511 or 596025. OLE color: 596025.

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

Color convert

RGB 57 24 9 -
CMYK 0 0.58 0.84 0.78
HSL 18.75º 0.73% 0.13% -
HSV(B) 18.75º 0.84% 0.22% -
XYZ 2.06 1.54 0.45 -
YUV 32.16 114.93 145.72 -
System Red Green Blue C M Y K H S L
Decimal 57 24 9 0 0.58 0.84 0.78 18.75 0.73 0.13
Hex 39 18 9 0 3A 54 4E 13 49 D
Octal 71 30 11 0 72 124 116 23 111 15
Binary 111001 11000 1001 0 111010 1010100 1001110 10011 1001001 1101

Color Harmonies of #391809

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #391809

Black with #391809

Text Example


Text Example

White with #391809

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #391809; }

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

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

background-color css

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

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

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

border-color css

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

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

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