#351B0C

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

Shades of Brown Pod #351B0C

Tints of Brown Pod #351B0C

Color information

#351B0C (or 0x351B0C) is unknown color: approx Brown Pod. HEX triplet: 35, 1B and 0C. RGB value is (53,27,12). Sum of RGB (Red+Green+Blue) = 53+27+12=92 (12% of max value = 765). Red value is 53 (21.09% from 255 or 57.61% from 92); Green value is 27 (10.94% from 255 or 29.35% from 92); Blue value is 12 (5.08% from 255 or 13.04% from 92); Max value from RGB is 53 - color contains mainly: red. Hex color #351B0C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #351B0C is #CAE4F3. Grayscale: #212121. Windows color (decimal): -13296884 or 793397. OLE color: 793397.

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

Color convert

RGB532712-
CMYK00.490.770.79
HSL21.95º63.08%12.75%-
HSV(B)21.95º77.36%20.78%-
XYZ1.931.570.55-
YUV33.06116.11142.22-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 57.61%
GREEN value IS 27 (10.94% from 255) = 29.35%
BLUE value IS 12 (5.08% from 255) = 13.04%
R=57.61%
G=29.35%
B=13.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.77
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal53271200.490.770.7921.9563.0812.75
Hex351BC0314D4F163fd
Octal653314061115117267715
Binary110101110111100011000110011011001111101101111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #351B0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,27,12); }

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

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

 a { background-color: rgb(53,27,12); }

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

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

 span { border-color: rgb(53,27,12); }

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