Html Css Color HEX #391201 Brown Pod

📋 copy color: '#391201'

red 57 ◦ green 18 ◦ blue 1

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

Shades of Brown Pod #391201

Tints of Brown Pod #391201

RGB

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

 GREEN value IS 18 (7.42% from 255) = 23.68%

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

R = 75%
G = 23.68%
B = 1.32%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.98

 K value IS 0.78

RGB Variations

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

Color information

#391201 (or 0x391201) is known color: Brown Pod. HEX triplet: 39, 12 and 01. RGB value is (57,18,1). Sum of RGB (Red+Green+Blue) = 57+18+1=76 (10% of max value = 765). Red value is 57 (22.66% from 255 or 75% from 76); Green value is 18 (7.42% from 255 or 23.68% from 76); Blue value is 1 (0.78% from 255 or 1.32% from 76); Max value from RGB is 57 - color contains mainly: red. Hex color #391201 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #391201 is #C6EDFE. Grayscale: #1B1B1B. Windows color (decimal): -13037055 or 70201. OLE color: 70201.

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

Color convert

RGB 57 18 1 -
CMYK 0 0.68 0.98 0.78
HSL 18.21º 0.97% 0.11% -
HSV(B) 18.21º 0.98% 0.22% -
XYZ 1.91 1.3 0.18 -
YUV 27.72 112.92 148.88 -
System Red Green Blue C M Y K H S L
Decimal 57 18 1 0 0.68 0.98 0.78 18.21 0.97 0.11
Hex 39 12 1 0 44 62 4E 12 61 B
Octal 71 22 1 0 104 142 116 22 141 13
Binary 111001 10010 1 0 1000100 1100010 1001110 10010 1100001 1011

Color Harmonies of #391201

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #391201

Black with #391201

Text Example


Text Example

White with #391201

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #391201; }

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

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

background-color css

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

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

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

border-color css

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

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

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