#371402

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

Shades of Brown Pod #371402

Tints of Brown Pod #371402

Color information

#371402 (or 0x371402) is unknown color: approx Brown Pod. HEX triplet: 37, 14 and 02. RGB value is (55,20,2). Sum of RGB (Red+Green+Blue) = 55+20+2=77 (10% of max value = 765). Red value is 55 (21.88% from 255 or 71.43% from 77); Green value is 20 (8.20% from 255 or 25.97% from 77); Blue value is 2 (1.17% from 255 or 2.60% from 77); Max value from RGB is 55 - color contains mainly: red. Hex color #371402 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #371402 is #C8EBFD. Grayscale: #1C1C1C. Windows color (decimal): -13167614 or 136247. OLE color: 136247.

HSL color Cylindrical-coordinate representation of color #371402: hue angle of 20.38º degrees, saturation: 0.93, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #371402 is Cyan = 0, Magento = 0.64, Yellow = 0.96 and Black (K on CMYK) = 0.78.

Color convert

RGB55202-
CMYK00.640.960.78
HSL20.38º92.98%11.18%-
HSV(B)20.38º96.36%21.57%-
XYZ1.841.320.21-
YUV28.41113.1146.96-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 71.43%
GREEN value IS 20 (8.20% from 255) = 25.97%
BLUE value IS 2 (1.17% from 255) = 2.60%
R=71.43%
G=25.97%
B=2.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.96
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5520200.640.960.7820.3892.9811.18
Hex37142040604E145db
Octal6724201001401162413513
Binary110111101001001000000110000010011101010010111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #371402

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #371402; }

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

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

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

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

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

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

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

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