#371704

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

Shades of Brown Pod #371704

Tints of Brown Pod #371704

Color information

#371704 (or 0x371704) is unknown color: approx Brown Pod. HEX triplet: 37, 17 and 04. RGB value is (55,23,4). Sum of RGB (Red+Green+Blue) = 55+23+4=82 (10% of max value = 765). Red value is 55 (21.88% from 255 or 67.07% from 82); Green value is 23 (9.38% from 255 or 28.05% from 82); Blue value is 4 (1.95% from 255 or 4.88% from 82); Max value from RGB is 55 - color contains mainly: red. Hex color #371704 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #371704 is #C8E8FB. Grayscale: #1E1E1E. Windows color (decimal): -13166844 or 268087. OLE color: 268087.

HSL color Cylindrical-coordinate representation of color #371704: hue angle of 22.35º degrees, saturation: 0.86, 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 #371704 is Cyan = 0, Magento = 0.58, Yellow = 0.93 and Black (K on CMYK) = 0.78.

Color convert

RGB55234-
CMYK00.580.930.78
HSL22.35º86.44%11.57%-
HSV(B)22.35º92.73%21.57%-
XYZ1.91.430.29-
YUV30.4113.1145.54-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 67.07%
GREEN value IS 23 (9.38% from 255) = 28.05%
BLUE value IS 4 (1.95% from 255) = 4.88%
R=67.07%
G=28.05%
B=4.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.93
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5523400.580.930.7822.3586.4411.57
Hex3717403A5D4E1656c
Octal672740721351162612614
Binary110111101111000111010101110110011101011010101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #371704

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #371704; }

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

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

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

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

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

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

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

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