Html Css Color HEX #391400 Brown Pod

📋 copy color: '#391400'

red 57 ◦ green 20 ◦ blue 0

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

Shades of Brown Pod #391400

Tints of Brown Pod #391400

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 74.03%
G = 25.97%
B = 0%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 1

 K value IS 0.78

RGB Variations

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

Color information

#391400 (or 0x391400) is known color: Brown Pod. HEX triplet: 39, 14 and 00. RGB value is (57,20,0). Sum of RGB (Red+Green+Blue) = 57+20+0=77 (10% of max value = 765). Red value is 57 (22.66% from 255 or 74.03% from 77); Green value is 20 (8.20% from 255 or 25.97% from 77); Blue value is 0 (0.39% from 255 or 0% from 77); Max value from RGB is 57 - color contains mainly: red. Hex color #391400 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #391400 is #C6EBFF. Grayscale: #1C1C1C. Windows color (decimal): -13036544 or 5177. OLE color: 5177.

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

Color convert

RGB 57 20 0 -
CMYK 0 0.65 1 0.78
HSL 21.05º 1% 0.11% -
HSV(B) 21.05º 1% 0.22% -
XYZ 1.94 1.37 0.16 -
YUV 28.78 111.76 148.13 -
System Red Green Blue C M Y K H S L
Decimal 57 20 0 0 0.65 1 0.78 21.05 1 0.11
Hex 39 14 0 0 41 64 4E 15 64 B
Octal 71 24 0 0 101 144 116 25 144 13
Binary 111001 10100 0 0 1000001 1100100 1001110 10101 1100100 1011

Color Harmonies of #391400

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #391400

Black with #391400

Text Example


Text Example

White with #391400

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #391400; }

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

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

background-color css

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

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

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

border-color css

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

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

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