Html Css Color HEX #391706 Brown Pod

📋 copy color: '#391706'

red 57 ◦ green 23 ◦ blue 6

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

Shades of Brown Pod #391706

Tints of Brown Pod #391706

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 6.98%

R = 66.28%
G = 26.74%
B = 6.98%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.89

 K value IS 0.78

RGB Variations

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

Color information

#391706 (or 0x391706) is known color: Brown Pod. HEX triplet: 39, 17 and 06. RGB value is (57,23,6). Sum of RGB (Red+Green+Blue) = 57+23+6=86 (11% of max value = 765). Red value is 57 (22.66% from 255 or 66.28% from 86); Green value is 23 (9.38% from 255 or 26.74% from 86); Blue value is 6 (2.73% from 255 or 6.98% from 86); Max value from RGB is 57 - color contains mainly: red. Hex color #391706 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #391706 is #C6E8F9. Grayscale: #1F1F1F. Windows color (decimal): -13035770 or 399161. OLE color: 399161.

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

Color convert

RGB 57 23 6 -
CMYK 0 0.60 0.89 0.78
HSL 20º 0.81% 0.12% -
HSV(B) 20º 0.89% 0.22% -
XYZ 2.03 1.5 0.35 -
YUV 31.23 113.76 146.38 -
System Red Green Blue C M Y K H S L
Decimal 57 23 6 0 0.60 0.89 0.78 20 0.81 0.12
Hex 39 17 6 0 3C 59 4E 14 51 C
Octal 71 27 6 0 74 131 116 24 121 14
Binary 111001 10111 110 0 111100 1011001 1001110 10100 1010001 1100

Color Harmonies of #391706

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #391706

Black with #391706

Text Example


Text Example

White with #391706

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #391706; }

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

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

background-color css

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

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

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

border-color css

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

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

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