Html Css Color HEX #391401 Brown Pod

📋 copy color: '#391401'

red 57 ◦ green 20 ◦ blue 1

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

Shades of Brown Pod #391401

Tints of Brown Pod #391401

RGB

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

 GREEN value IS 20 (8.2% from 255) = 25.64%

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

R = 73.08%
G = 25.64%
B = 1.28%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.98

 K value IS 0.78

RGB Variations

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

Color information

#391401 (or 0x391401) is known color: Brown Pod. HEX triplet: 39, 14 and 01. RGB value is (57,20,1). Sum of RGB (Red+Green+Blue) = 57+20+1=78 (10% of max value = 765). Red value is 57 (22.66% from 255 or 73.08% from 78); Green value is 20 (8.20% from 255 or 25.64% from 78); Blue value is 1 (0.78% from 255 or 1.28% from 78); Max value from RGB is 57 - color contains mainly: red. Hex color #391401 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #391401 is #C6EBFE. Grayscale: #1D1D1D. Windows color (decimal): -13036543 or 70713. OLE color: 70713.

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

Color convert

RGB 57 20 1 -
CMYK 0 0.65 0.98 0.78
HSL 20.36º 0.97% 0.11% -
HSV(B) 20.36º 0.98% 0.22% -
XYZ 1.94 1.37 0.19 -
YUV 28.9 112.26 148.04 -
System Red Green Blue C M Y K H S L
Decimal 57 20 1 0 0.65 0.98 0.78 20.36 0.97 0.11
Hex 39 14 1 0 41 62 4E 14 61 B
Octal 71 24 1 0 101 142 116 24 141 13
Binary 111001 10100 1 0 1000001 1100010 1001110 10100 1100001 1011

Color Harmonies of #391401

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #391401

Black with #391401

Text Example


Text Example

White with #391401

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #391401; }

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

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

background-color css

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

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

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

border-color css

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

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

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