#351C0D

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

Shades of Brown Pod #351C0D

Tints of Brown Pod #351C0D

Color information

#351C0D (or 0x351C0D) is unknown color: approx Brown Pod. HEX triplet: 35, 1C and 0D. RGB value is (53,28,13). Sum of RGB (Red+Green+Blue) = 53+28+13=94 (12% of max value = 765). Red value is 53 (21.09% from 255 or 56.38% from 94); Green value is 28 (11.33% from 255 or 29.79% from 94); Blue value is 13 (5.47% from 255 or 13.83% from 94); Max value from RGB is 53 - color contains mainly: red. Hex color #351C0D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #351C0D is #CAE3F2. Grayscale: #212121. Windows color (decimal): -13296627 or 859189. OLE color: 859189.

HSL color Cylindrical-coordinate representation of color #351C0D: hue angle of 22.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 #351C0D is Cyan = 0, Magento = 0.47, Yellow = 0.75 and Black (K on CMYK) = 0.79.

Color convert

RGB532813-
CMYK00.470.750.79
HSL22.5º60.61%12.94%-
HSV(B)22.5º75.47%20.78%-
XYZ1.961.620.59-
YUV33.76116.28141.72-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 56.38%
GREEN value IS 28 (11.33% from 255) = 29.79%
BLUE value IS 13 (5.47% from 255) = 13.83%
R=56.38%
G=29.79%
B=13.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.75
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal53281300.470.750.7922.560.6112.94
Hex351CD02F4B4F163dd
Octal653415057113117267515
Binary110101111001101010111110010111001111101101111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #351C0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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