Html Css Color HEX #391509 Brown Pod

📋 copy color: '#391509'

red 57 ◦ green 21 ◦ blue 9

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

Shades of Brown Pod #391509

Tints of Brown Pod #391509

RGB

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

 GREEN value IS 21 (8.59% from 255) = 24.14%

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

R = 65.52%
G = 24.14%
B = 10.34%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.84

 K value IS 0.78

RGB Variations

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

Color information

#391509 (or 0x391509) is known color: Brown Pod. HEX triplet: 39, 15 and 09. RGB value is (57,21,9). Sum of RGB (Red+Green+Blue) = 57+21+9=87 (11% of max value = 765). Red value is 57 (22.66% from 255 or 65.52% from 87); Green value is 21 (8.59% from 255 or 24.14% from 87); Blue value is 9 (3.91% from 255 or 10.34% from 87); Max value from RGB is 57 - color contains mainly: red. Hex color #391509 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #391509 is #C6EAF6. Grayscale: #1E1E1E. Windows color (decimal): -13036279 or 595257. OLE color: 595257.

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

Color convert

RGB 57 21 9 -
CMYK 0 0.63 0.84 0.78
HSL 15º 0.73% 0.13% -
HSV(B) 15º 0.84% 0.22% -
XYZ 2 1.43 0.43 -
YUV 30.4 115.93 146.98 -
System Red Green Blue C M Y K H S L
Decimal 57 21 9 0 0.63 0.84 0.78 15 0.73 0.13
Hex 39 15 9 0 3F 54 4E F 49 D
Octal 71 25 11 0 77 124 116 17 111 15
Binary 111001 10101 1001 0 111111 1010100 1001110 1111 1001001 1101

Color Harmonies of #391509

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #391509

Black with #391509

Text Example


Text Example

White with #391509

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #391509; }

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

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

background-color css

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

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

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

border-color css

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

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

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