#351C0B

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

Shades of Brown Pod #351C0B

Tints of Brown Pod #351C0B

Color information

#351C0B (or 0x351C0B) is unknown color: approx Brown Pod. HEX triplet: 35, 1C and 0B. RGB value is (53,28,11). Sum of RGB (Red+Green+Blue) = 53+28+11=92 (12% of max value = 765). Red value is 53 (21.09% from 255 or 57.61% from 92); Green value is 28 (11.33% from 255 or 30.43% from 92); Blue value is 11 (4.69% from 255 or 11.96% from 92); Max value from RGB is 53 - color contains mainly: red. Hex color #351C0B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #351C0B is #CAE3F4. Grayscale: #212121. Windows color (decimal): -13296629 or 728117. OLE color: 728117.

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

Color convert

RGB532811-
CMYK00.470.790.79
HSL24.29º65.62%12.55%-
HSV(B)24.29º79.25%20.78%-
XYZ1.941.610.53-
YUV33.54115.28141.88-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 57.61%
GREEN value IS 28 (11.33% from 255) = 30.43%
BLUE value IS 11 (4.69% from 255) = 11.96%
R=57.61%
G=30.43%
B=11.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.79
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal53281100.470.790.7924.2965.6212.55
Hex351CB02F4F4F1842d
Octal6534130571171173010215
Binary1101011110010110101111100111110011111100010000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #351C0B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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