#371B14

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

Shades of Brown Pod #371B14

Tints of Brown Pod #371B14

Color information

#371B14 (or 0x371B14) is unknown color: approx Brown Pod. HEX triplet: 37, 1B and 14. RGB value is (55,27,20). Sum of RGB (Red+Green+Blue) = 55+27+20=102 (13% of max value = 765). Red value is 55 (21.88% from 255 or 53.92% from 102); Green value is 27 (10.94% from 255 or 26.47% from 102); Blue value is 20 (8.20% from 255 or 19.61% from 102); Max value from RGB is 55 - color contains mainly: red. Hex color #371B14 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #371B14 is #C8E4EB. Grayscale: #222222. Windows color (decimal): -13165804 or 1317687. OLE color: 1317687.

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

Color convert

RGB552720-
CMYK00.510.640.78
HSL12º46.67%14.71%-
HSV(B)12º63.64%21.57%-
XYZ2.091.650.87-
YUV34.57119.78142.57-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 53.92%
GREEN value IS 27 (10.94% from 255) = 26.47%
BLUE value IS 20 (8.20% from 255) = 19.61%
R=53.92%
G=26.47%
B=19.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.64
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal55272000.510.640.781246.6714.71
Hex371B14033404Ec2ff
Octal673324063100116145717
Binary110111110111010001100111000000100111011001011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #371B14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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