#351A0B

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

Shades of Brown Pod #351A0B

Tints of Brown Pod #351A0B

Color information

#351A0B (or 0x351A0B) is unknown color: approx Brown Pod. HEX triplet: 35, 1A and 0B. RGB value is (53,26,11). Sum of RGB (Red+Green+Blue) = 53+26+11=90 (11% of max value = 765). Red value is 53 (21.09% from 255 or 58.89% from 90); Green value is 26 (10.55% from 255 or 28.89% from 90); Blue value is 11 (4.69% from 255 or 12.22% from 90); Max value from RGB is 53 - color contains mainly: red. Hex color #351A0B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #351A0B is #CAE5F4. Grayscale: #202020. Windows color (decimal): -13297141 or 727605. OLE color: 727605.

HSL color Cylindrical-coordinate representation of color #351A0B: hue angle of 21.43º degrees, saturation: 0.66, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #351A0B is Cyan = 0, Magento = 0.51, Yellow = 0.79 and Black (K on CMYK) = 0.79.

Color convert

RGB532611-
CMYK00.510.790.79
HSL21.43º65.62%12.55%-
HSV(B)21.43º79.25%20.78%-
XYZ1.91.520.51-
YUV32.36115.95142.72-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 58.89%
GREEN value IS 26 (10.55% from 255) = 28.89%
BLUE value IS 11 (4.69% from 255) = 12.22%
R=58.89%
G=28.89%
B=12.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.79
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal53261100.510.790.7921.4365.6212.55
Hex351AB0334F4F1542d
Octal6532130631171172510215
Binary1101011101010110110011100111110011111010110000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #351A0B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #351A0B; }

 p { color: rgb(53,26,11); }

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

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

 a { background-color: rgb(53,26,11); }

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

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

 span { border-color: rgb(53,26,11); }

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