#371405

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

Shades of Brown Pod #371405

Tints of Brown Pod #371405

Color information

#371405 (or 0x371405) is unknown color: approx Brown Pod. HEX triplet: 37, 14 and 05. RGB value is (55,20,5). Sum of RGB (Red+Green+Blue) = 55+20+5=80 (10% of max value = 765). Red value is 55 (21.88% from 255 or 68.75% from 80); Green value is 20 (8.20% from 255 or 25% from 80); Blue value is 5 (2.34% from 255 or 6.25% from 80); Max value from RGB is 55 - color contains mainly: red. Hex color #371405 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #371405 is #C8EBFA. Grayscale: #1C1C1C. Windows color (decimal): -13167611 or 332855. OLE color: 332855.

HSL color Cylindrical-coordinate representation of color #371405: hue angle of 18º 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 #371405 is Cyan = 0, Magento = 0.64, Yellow = 0.91 and Black (K on CMYK) = 0.78.

Color convert

RGB55205-
CMYK00.640.910.78
HSL18º83.33%11.76%-
HSV(B)18º90.91%21.57%-
XYZ1.851.320.3-
YUV28.76114.6146.72-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 68.75%
GREEN value IS 20 (8.20% from 255) = 25%
BLUE value IS 5 (2.34% from 255) = 6.25%
R=68.75%
G=25%
B=6.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.91
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5520500.640.910.781883.3311.76
Hex371450405B4E1253c
Octal6724501001331162212314
Binary1101111010010101000000101101110011101001010100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #371405

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #371405; }

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

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

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

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

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

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

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

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