Html Css Color HEX #391D09 Brown Pod

📋 copy color: '#391D09'

red 57 ◦ green 29 ◦ blue 9

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

Shades of Brown Pod #391D09

Tints of Brown Pod #391D09

RGB

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

 GREEN value IS 29 (11.72% from 255) = 30.53%

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

R = 60%
G = 30.53%
B = 9.47%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.84

 K value IS 0.78

RGB Variations

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

Color information

#391D09 (or 0x391D09) is known color: Brown Pod. HEX triplet: 39, 1D and 09. RGB value is (57,29,9). Sum of RGB (Red+Green+Blue) = 57+29+9=95 (12% of max value = 765). Red value is 57 (22.66% from 255 or 60% from 95); Green value is 29 (11.72% from 255 or 30.53% from 95); Blue value is 9 (3.91% from 255 or 9.47% from 95); Max value from RGB is 57 - color contains mainly: red. Hex color #391D09 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #391D09 is #C6E2F6. Grayscale: #232323. Windows color (decimal): -13034231 or 597305. OLE color: 597305.

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

Color convert

RGB 57 29 9 -
CMYK 0 0.49 0.84 0.78
HSL 25º 0.73% 0.13% -
HSV(B) 25º 0.84% 0.22% -
XYZ 2.18 1.77 0.49 -
YUV 35.09 113.28 143.63 -
System Red Green Blue C M Y K H S L
Decimal 57 29 9 0 0.49 0.84 0.78 25 0.73 0.13
Hex 39 1D 9 0 31 54 4E 19 49 D
Octal 71 35 11 0 61 124 116 31 111 15
Binary 111001 11101 1001 0 110001 1010100 1001110 11001 1001001 1101

Color Harmonies of #391D09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #391D09

Black with #391D09

Text Example


Text Example

White with #391D09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #391D09; }

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

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

background-color css

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

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

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

border-color css

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

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

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