Html Css Color HEX #391901 Brown Pod

📋 copy color: '#391901'

red 57 ◦ green 25 ◦ blue 1

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

Shades of Brown Pod #391901

Tints of Brown Pod #391901

RGB

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

 GREEN value IS 25 (10.16% from 255) = 30.12%

 BLUE value IS 1 (0.78% from 255) = 1.2%

R = 68.67%
G = 30.12%
B = 1.2%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.98

 K value IS 0.78

RGB Variations

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

Color information

#391901 (or 0x391901) is known color: Brown Pod. HEX triplet: 39, 19 and 01. RGB value is (57,25,1). Sum of RGB (Red+Green+Blue) = 57+25+1=83 (10% of max value = 765). Red value is 57 (22.66% from 255 or 68.67% from 83); Green value is 25 (10.16% from 255 or 30.12% from 83); Blue value is 1 (0.78% from 255 or 1.20% from 83); Max value from RGB is 57 - color contains mainly: red. Hex color #391901 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #391901 is #C6E6FE. Grayscale: #1F1F1F. Windows color (decimal): -13035263 or 71993. OLE color: 71993.

HSL color Cylindrical-coordinate representation of color #391901: hue angle of 25.71º degrees, saturation: 0.97, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #391901 is Cyan = 0, Magento = 0.56, Yellow = 0.98 and Black (K on CMYK) = 0.78.

Color convert

RGB 57 25 1 -
CMYK 0 0.56 0.98 0.78
HSL 25.71º 0.97% 0.11% -
HSV(B) 25.71º 0.98% 0.22% -
XYZ 2.04 1.57 0.22 -
YUV 31.83 110.6 145.95 -
System Red Green Blue C M Y K H S L
Decimal 57 25 1 0 0.56 0.98 0.78 25.71 0.97 0.11
Hex 39 19 1 0 38 62 4E 1A 61 B
Octal 71 31 1 0 70 142 116 32 141 13
Binary 111001 11001 1 0 111000 1100010 1001110 11010 1100001 1011

Color Harmonies of #391901

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #391901

Black with #391901

Text Example


Text Example

White with #391901

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #391901; }

 p { color: rgb(57,25,1); }

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

background-color css

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

 a { background-color: rgb(57,25,1); }

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

border-color css

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

 span { border-color: rgb(57,25,1); }

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