Html Css Color HEX #391505 Brown Pod

📋 copy color: '#391505'

red 57 ◦ green 21 ◦ blue 5

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

Shades of Brown Pod #391505

Tints of Brown Pod #391505

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 6.02%

R = 68.67%
G = 25.3%
B = 6.02%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.91

 K value IS 0.78

RGB Variations

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

Color information

#391505 (or 0x391505) is known color: Brown Pod. HEX triplet: 39, 15 and 05. RGB value is (57,21,5). Sum of RGB (Red+Green+Blue) = 57+21+5=83 (10% of max value = 765). Red value is 57 (22.66% from 255 or 68.67% from 83); Green value is 21 (8.59% from 255 or 25.30% from 83); Blue value is 5 (2.34% from 255 or 6.02% from 83); Max value from RGB is 57 - color contains mainly: red. Hex color #391505 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #391505 is #C6EAFA. Grayscale: #1E1E1E. Windows color (decimal): -13036283 or 333113. OLE color: 333113.

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

Color convert

RGB 57 21 5 -
CMYK 0 0.63 0.91 0.78
HSL 18.46º 0.84% 0.12% -
HSV(B) 18.46º 0.91% 0.22% -
XYZ 1.98 1.42 0.31 -
YUV 29.94 113.93 147.3 -
System Red Green Blue C M Y K H S L
Decimal 57 21 5 0 0.63 0.91 0.78 18.46 0.84 0.12
Hex 39 15 5 0 3F 5B 4E 12 54 C
Octal 71 25 5 0 77 133 116 22 124 14
Binary 111001 10101 101 0 111111 1011011 1001110 10010 1010100 1100

Color Harmonies of #391505

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #391505

Black with #391505

Text Example


Text Example

White with #391505

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #391505; }

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

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

background-color css

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

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

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

border-color css

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

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

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