#371B0E

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

Shades of Brown Pod #371B0E

Tints of Brown Pod #371B0E

Color information

#371B0E (or 0x371B0E) is unknown color: approx Brown Pod. HEX triplet: 37, 1B and 0E. RGB value is (55,27,14). Sum of RGB (Red+Green+Blue) = 55+27+14=96 (12% of max value = 765). Red value is 55 (21.88% from 255 or 57.29% from 96); Green value is 27 (10.94% from 255 or 28.12% from 96); Blue value is 14 (5.86% from 255 or 14.58% from 96); Max value from RGB is 55 - color contains mainly: red. Hex color #371B0E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #371B0E is #C8E4F1. Grayscale: #212121. Windows color (decimal): -13165810 or 924471. OLE color: 924471.

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

Color convert

RGB552714-
CMYK00.510.750.78
HSL19.02º59.42%13.53%-
HSV(B)19.02º74.55%21.57%-
XYZ2.051.630.62-
YUV33.89116.78143.06-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 57.29%
GREEN value IS 27 (10.94% from 255) = 28.12%
BLUE value IS 14 (5.86% from 255) = 14.58%
R=57.29%
G=28.12%
B=14.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.75
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal55271400.510.750.7819.0259.4213.53
Hex371BE0334B4E133be
Octal673316063113116237316
Binary110111110111110011001110010111001110100111110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #371B0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(55,27,14); }

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

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

 a { background-color: rgb(55,27,14); }

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

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

 span { border-color: rgb(55,27,14); }

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