#371A0F

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

Shades of Brown Pod #371A0F

Tints of Brown Pod #371A0F

Color information

#371A0F (or 0x371A0F) is unknown color: approx Brown Pod. HEX triplet: 37, 1A and 0F. RGB value is (55,26,15). Sum of RGB (Red+Green+Blue) = 55+26+15=96 (12% of max value = 765). Red value is 55 (21.88% from 255 or 57.29% from 96); Green value is 26 (10.55% from 255 or 27.08% from 96); Blue value is 15 (6.25% from 255 or 15.62% from 96); Max value from RGB is 55 - color contains mainly: red. Hex color #371A0F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #371A0F is #C8E5F0. Grayscale: #212121. Windows color (decimal): -13166065 or 989751. OLE color: 989751.

HSL color Cylindrical-coordinate representation of color #371A0F: hue angle of 16.5º degrees, saturation: 0.57, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #371A0F is Cyan = 0, Magento = 0.53, Yellow = 0.73 and Black (K on CMYK) = 0.78.

Color convert

RGB552615-
CMYK00.530.730.78
HSL16.5º57.14%13.73%-
HSV(B)16.5º72.73%21.57%-
XYZ2.031.590.65-
YUV33.42117.61143.39-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 57.29%
GREEN value IS 26 (10.55% from 255) = 27.08%
BLUE value IS 15 (6.25% from 255) = 15.62%
R=57.29%
G=27.08%
B=15.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.73
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal55261500.530.730.7816.557.1413.73
Hex371AF035494E1039e
Octal673217065111116207116
Binary110111110101111011010110010011001110100001110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #371A0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #371A0F; }

 p { color: rgb(55,26,15); }

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

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

 a { background-color: rgb(55,26,15); }

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

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

 span { border-color: rgb(55,26,15); }

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