#371705

Color #371705 Brown Pod (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Brown Pod #371705

Tints of Brown Pod #371705

Color information

#371705 (or 0x371705) is unknown color: approx Brown Pod. HEX triplet: 37, 17 and 05. RGB value is (55,23,5). Sum of RGB (Red+Green+Blue) = 55+23+5=83 (10% of max value = 765). Red value is 55 (21.88% from 255 or 66.27% from 83); Green value is 23 (9.38% from 255 or 27.71% from 83); Blue value is 5 (2.34% from 255 or 6.02% from 83); Max value from RGB is 55 - color contains mainly: red. Hex color #371705 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #371705 is #C8E8FA. Grayscale: #1E1E1E. Windows color (decimal): -13166843 or 333623. OLE color: 333623.

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

Color convert

RGB55235-
CMYK00.580.910.78
HSL21.6º83.33%11.76%-
HSV(B)21.6º90.91%21.57%-
XYZ1.911.440.32-
YUV30.52113.6145.46-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 66.27%
GREEN value IS 23 (9.38% from 255) = 27.71%
BLUE value IS 5 (2.34% from 255) = 6.02%
R=66.27%
G=27.71%
B=6.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.91
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5523500.580.910.7821.683.3311.76
Hex3717503A5B4E1653c
Octal672750721331162612314
Binary110111101111010111010101101110011101011010100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #371705

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #371705; }

 p { color: rgb(55,23,5); }

 H1.HeaderClassName
 {
   color: #371705;
 }
 .AnyTagClassName
 {
   color: #371705;
 }
</style>
background-color css

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

 a { background-color: rgb(55,23,5); }

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

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

 span { border-color: rgb(55,23,5); }

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