Html Css Color HEX #391601 Brown Pod

📋 copy color: '#391601'

red 57 ◦ green 22 ◦ blue 1

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

Shades of Brown Pod #391601

Tints of Brown Pod #391601

RGB

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

 GREEN value IS 22 (8.98% from 255) = 27.5%

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

R = 71.25%
G = 27.5%
B = 1.25%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.98

 K value IS 0.78

RGB Variations

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

Color information

#391601 (or 0x391601) is known color: Brown Pod. HEX triplet: 39, 16 and 01. RGB value is (57,22,1). Sum of RGB (Red+Green+Blue) = 57+22+1=80 (10% of max value = 765). Red value is 57 (22.66% from 255 or 71.25% from 80); Green value is 22 (8.98% from 255 or 27.5% from 80); Blue value is 1 (0.78% from 255 or 1.25% from 80); Max value from RGB is 57 - color contains mainly: red. Hex color #391601 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #391601 is #C6E9FE. Grayscale: #1E1E1E. Windows color (decimal): -13036031 or 71225. OLE color: 71225.

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

Color convert

RGB 57 22 1 -
CMYK 0 0.61 0.98 0.78
HSL 22.5º 0.97% 0.11% -
HSV(B) 22.5º 0.98% 0.22% -
XYZ 1.98 1.45 0.2 -
YUV 30.07 111.6 147.21 -
System Red Green Blue C M Y K H S L
Decimal 57 22 1 0 0.61 0.98 0.78 22.5 0.97 0.11
Hex 39 16 1 0 3D 62 4E 16 61 B
Octal 71 26 1 0 75 142 116 26 141 13
Binary 111001 10110 1 0 111101 1100010 1001110 10110 1100001 1011

Color Harmonies of #391601

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #391601

Black with #391601

Text Example


Text Example

White with #391601

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #391601; }

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

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

background-color css

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

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

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

border-color css

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

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

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