#371805

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

Shades of Brown Pod #371805

Tints of Brown Pod #371805

Color information

#371805 (or 0x371805) is unknown color: approx Brown Pod. HEX triplet: 37, 18 and 05. RGB value is (55,24,5). Sum of RGB (Red+Green+Blue) = 55+24+5=84 (11% of max value = 765). Red value is 55 (21.88% from 255 or 65.48% from 84); Green value is 24 (9.77% from 255 or 28.57% from 84); Blue value is 5 (2.34% from 255 or 5.95% from 84); Max value from RGB is 55 - color contains mainly: red. Hex color #371805 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #371805 is #C8E7FA. Grayscale: #1F1F1F. Windows color (decimal): -13166587 or 333879. OLE color: 333879.

HSL color Cylindrical-coordinate representation of color #371805: hue angle of 22.8º degrees, saturation: 0.83, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #371805 is Cyan = 0, Magento = 0.56, Yellow = 0.91 and Black (K on CMYK) = 0.78.

Color convert

RGB55245-
CMYK00.560.910.78
HSL22.8º83.33%11.76%-
HSV(B)22.8º90.91%21.57%-
XYZ1.931.480.33-
YUV31.1113.27145.04-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 65.48%
GREEN value IS 24 (9.77% from 255) = 28.57%
BLUE value IS 5 (2.34% from 255) = 5.95%
R=65.48%
G=28.57%
B=5.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.91
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5524500.560.910.7822.883.3311.76
Hex371850385B4E1753c
Octal673050701331162712314
Binary110111110001010111000101101110011101011110100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #371805

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #371805; }

 p { color: rgb(55,24,5); }

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

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

 a { background-color: rgb(55,24,5); }

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

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

 span { border-color: rgb(55,24,5); }

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