Html Css Color HEX #391502 Brown Pod

📋 copy color: '#391502'

red 57 ◦ green 21 ◦ blue 2

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

Shades of Brown Pod #391502

Tints of Brown Pod #391502

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 2.5%

R = 71.25%
G = 26.25%
B = 2.5%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.96

 K value IS 0.78

RGB Variations

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

Color information

#391502 (or 0x391502) is known color: Brown Pod. HEX triplet: 39, 15 and 02. RGB value is (57,21,2). Sum of RGB (Red+Green+Blue) = 57+21+2=80 (10% of max value = 765). Red value is 57 (22.66% from 255 or 71.25% from 80); Green value is 21 (8.59% from 255 or 26.25% from 80); Blue value is 2 (1.17% from 255 or 2.5% from 80); Max value from RGB is 57 - color contains mainly: red. Hex color #391502 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #391502 is #C6EAFD. Grayscale: #1D1D1D. Windows color (decimal): -13036286 or 136505. OLE color: 136505.

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

Color convert

RGB 57 21 2 -
CMYK 0 0.63 0.96 0.78
HSL 20.73º 0.93% 0.12% -
HSV(B) 20.73º 0.96% 0.22% -
XYZ 1.97 1.41 0.23 -
YUV 29.6 112.43 147.54 -
System Red Green Blue C M Y K H S L
Decimal 57 21 2 0 0.63 0.96 0.78 20.73 0.93 0.12
Hex 39 15 2 0 3F 60 4E 15 5D C
Octal 71 25 2 0 77 140 116 25 135 14
Binary 111001 10101 10 0 111111 1100000 1001110 10101 1011101 1100

Color Harmonies of #391502

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #391502

Black with #391502

Text Example


Text Example

White with #391502

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #391502; }

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

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

background-color css

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

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

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

border-color css

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

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

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