Html Css Color HEX #391704 Brown Pod

📋 copy color: '#391704'

red 57 ◦ green 23 ◦ blue 4

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

Shades of Brown Pod #391704

Tints of Brown Pod #391704

RGB

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

 GREEN value IS 23 (9.38% from 255) = 27.38%

 BLUE value IS 4 (1.95% from 255) = 4.76%

R = 67.86%
G = 27.38%
B = 4.76%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.93

 K value IS 0.78

RGB Variations

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

Color information

#391704 (or 0x391704) is known color: Brown Pod. HEX triplet: 39, 17 and 04. RGB value is (57,23,4). Sum of RGB (Red+Green+Blue) = 57+23+4=84 (11% of max value = 765). Red value is 57 (22.66% from 255 or 67.86% from 84); Green value is 23 (9.38% from 255 or 27.38% from 84); Blue value is 4 (1.95% from 255 or 4.76% from 84); Max value from RGB is 57 - color contains mainly: red. Hex color #391704 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #391704 is #C6E8FB. Grayscale: #1F1F1F. Windows color (decimal): -13035772 or 268089. OLE color: 268089.

HSL color Cylindrical-coordinate representation of color #391704: hue angle of 21.51º degrees, saturation: 0.87, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #391704 is Cyan = 0, Magento = 0.60, Yellow = 0.93 and Black (K on CMYK) = 0.78.

Color convert

RGB 57 23 4 -
CMYK 0 0.60 0.93 0.78
HSL 21.51º 0.87% 0.12% -
HSV(B) 21.51º 0.93% 0.22% -
XYZ 2.02 1.49 0.3 -
YUV 31 112.76 146.54 -
System Red Green Blue C M Y K H S L
Decimal 57 23 4 0 0.60 0.93 0.78 21.51 0.87 0.12
Hex 39 17 4 0 3C 5D 4E 16 57 C
Octal 71 27 4 0 74 135 116 26 127 14
Binary 111001 10111 100 0 111100 1011101 1001110 10110 1010111 1100

Color Harmonies of #391704

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #391704

Black with #391704

Text Example


Text Example

White with #391704

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #391704; }

 p { color: rgb(57,23,4); }

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

background-color css

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

 a { background-color: rgb(57,23,4); }

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

border-color css

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

 span { border-color: rgb(57,23,4); }

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