#371A08

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

Shades of Brown Pod #371A08

Tints of Brown Pod #371A08

Color information

#371A08 (or 0x371A08) is unknown color: approx Brown Pod. HEX triplet: 37, 1A and 08. RGB value is (55,26,8). Sum of RGB (Red+Green+Blue) = 55+26+8=89 (11% of max value = 765). Red value is 55 (21.88% from 255 or 61.80% from 89); Green value is 26 (10.55% from 255 or 29.21% from 89); Blue value is 8 (3.52% from 255 or 8.99% from 89); Max value from RGB is 55 - color contains mainly: red. Hex color #371A08 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #371A08 is #C8E5F7. Grayscale: #202020. Windows color (decimal): -13166072 or 530999. OLE color: 530999.

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

Color convert

RGB55268-
CMYK00.530.850.78
HSL22.98º74.6%12.35%-
HSV(B)22.98º85.45%21.57%-
XYZ1.991.570.43-
YUV32.62114.11143.96-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 61.80%
GREEN value IS 26 (10.55% from 255) = 29.21%
BLUE value IS 8 (3.52% from 255) = 8.99%
R=61.80%
G=29.21%
B=8.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.85
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5526800.530.850.7822.9874.612.35
Hex371A8035554E174bc
Octal6732100651251162711314
Binary1101111101010000110101101010110011101011110010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #371A08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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