#351A0D

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

Shades of Brown Pod #351A0D

Tints of Brown Pod #351A0D

Color information

#351A0D (or 0x351A0D) is unknown color: approx Brown Pod. HEX triplet: 35, 1A and 0D. RGB value is (53,26,13). Sum of RGB (Red+Green+Blue) = 53+26+13=92 (12% of max value = 765). Red value is 53 (21.09% from 255 or 57.61% from 92); Green value is 26 (10.55% from 255 or 28.26% from 92); Blue value is 13 (5.47% from 255 or 14.13% from 92); Max value from RGB is 53 - color contains mainly: red. Hex color #351A0D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #351A0D is #CAE5F2. Grayscale: #202020. Windows color (decimal): -13297139 or 858677. OLE color: 858677.

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

Color convert

RGB532613-
CMYK00.510.750.79
HSL19.5º60.61%12.94%-
HSV(B)19.5º75.47%20.78%-
XYZ1.911.520.57-
YUV32.59116.95142.56-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 57.61%
GREEN value IS 26 (10.55% from 255) = 28.26%
BLUE value IS 13 (5.47% from 255) = 14.13%
R=57.61%
G=28.26%
B=14.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.75
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal53261300.510.750.7919.560.6112.94
Hex351AD0334B4F143dd
Octal653215063113117247515
Binary110101110101101011001110010111001111101001111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #351A0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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