Html Css Color HEX #391508 Brown Pod

📋 copy color: '#391508'

red 57 ◦ green 21 ◦ blue 8

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

Shades of Brown Pod #391508

Tints of Brown Pod #391508

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 9.3%

R = 66.28%
G = 24.42%
B = 9.3%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.86

 K value IS 0.78

RGB Variations

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

Color information

#391508 (or 0x391508) is known color: Brown Pod. HEX triplet: 39, 15 and 08. RGB value is (57,21,8). Sum of RGB (Red+Green+Blue) = 57+21+8=86 (11% of max value = 765). Red value is 57 (22.66% from 255 or 66.28% from 86); Green value is 21 (8.59% from 255 or 24.42% from 86); Blue value is 8 (3.52% from 255 or 9.30% from 86); Max value from RGB is 57 - color contains mainly: red. Hex color #391508 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #391508 is #C6EAF7. Grayscale: #1E1E1E. Windows color (decimal): -13036280 or 529721. OLE color: 529721.

HSL color Cylindrical-coordinate representation of color #391508: hue angle of 15.92º degrees, saturation: 0.75, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #391508 is Cyan = 0, Magento = 0.63, Yellow = 0.86 and Black (K on CMYK) = 0.78.

Color convert

RGB 57 21 8 -
CMYK 0 0.63 0.86 0.78
HSL 15.92º 0.75% 0.13% -
HSV(B) 15.92º 0.86% 0.22% -
XYZ 2 1.42 0.4 -
YUV 30.28 115.43 147.06 -
System Red Green Blue C M Y K H S L
Decimal 57 21 8 0 0.63 0.86 0.78 15.92 0.75 0.13
Hex 39 15 8 0 3F 56 4E 10 4B D
Octal 71 25 10 0 77 126 116 20 113 15
Binary 111001 10101 1000 0 111111 1010110 1001110 10000 1001011 1101

Color Harmonies of #391508

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #391508

Black with #391508

Text Example


Text Example

White with #391508

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #391508; }

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

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

background-color css

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

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

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

border-color css

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

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

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