#371B0A

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

Shades of Brown Pod #371B0A

Tints of Brown Pod #371B0A

Color information

#371B0A (or 0x371B0A) is unknown color: approx Brown Pod. HEX triplet: 37, 1B and 0A. RGB value is (55,27,10). Sum of RGB (Red+Green+Blue) = 55+27+10=92 (12% of max value = 765). Red value is 55 (21.88% from 255 or 59.78% from 92); Green value is 27 (10.94% from 255 or 29.35% from 92); Blue value is 10 (4.30% from 255 or 10.87% from 92); Max value from RGB is 55 - color contains mainly: red. Hex color #371B0A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #371B0A is #C8E4F5. Grayscale: #212121. Windows color (decimal): -13165814 or 662327. OLE color: 662327.

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

Color convert

RGB552710-
CMYK00.510.820.78
HSL22.67º69.23%12.75%-
HSV(B)22.67º81.82%21.57%-
XYZ2.021.620.49-
YUV33.43114.78143.38-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 59.78%
GREEN value IS 27 (10.94% from 255) = 29.35%
BLUE value IS 10 (4.30% from 255) = 10.87%
R=59.78%
G=29.35%
B=10.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.82
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal55271000.510.820.7822.6769.2312.75
Hex371BA033524E1745d
Octal6733120631221162710515
Binary1101111101110100110011101001010011101011110001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #371B0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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