Html Css Color HEX #391609 Brown Pod

📋 copy color: '#391609'

red 57 ◦ green 22 ◦ blue 9

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

Shades of Brown Pod #391609

Tints of Brown Pod #391609

RGB

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

 GREEN value IS 22 (8.98% from 255) = 25%

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

R = 64.77%
G = 25%
B = 10.23%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.84

 K value IS 0.78

RGB Variations

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

Color information

#391609 (or 0x391609) is known color: Brown Pod. HEX triplet: 39, 16 and 09. RGB value is (57,22,9). Sum of RGB (Red+Green+Blue) = 57+22+9=88 (11% of max value = 765). Red value is 57 (22.66% from 255 or 64.77% from 88); Green value is 22 (8.98% from 255 or 25% from 88); Blue value is 9 (3.91% from 255 or 10.23% from 88); Max value from RGB is 57 - color contains mainly: red. Hex color #391609 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #391609 is #C6E9F6. Grayscale: #1F1F1F. Windows color (decimal): -13036023 or 595513. OLE color: 595513.

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

Color convert

RGB 57 22 9 -
CMYK 0 0.61 0.84 0.78
HSL 16.25º 0.73% 0.13% -
HSV(B) 16.25º 0.84% 0.22% -
XYZ 2.02 1.46 0.43 -
YUV 30.98 115.6 146.56 -
System Red Green Blue C M Y K H S L
Decimal 57 22 9 0 0.61 0.84 0.78 16.25 0.73 0.13
Hex 39 16 9 0 3D 54 4E 10 49 D
Octal 71 26 11 0 75 124 116 20 111 15
Binary 111001 10110 1001 0 111101 1010100 1001110 10000 1001001 1101

Color Harmonies of #391609

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #391609

Black with #391609

Text Example


Text Example

White with #391609

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #391609; }

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

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

background-color css

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

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

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

border-color css

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

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

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