#351C0C

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

Shades of Brown Pod #351C0C

Tints of Brown Pod #351C0C

Color information

#351C0C (or 0x351C0C) is unknown color: approx Brown Pod. HEX triplet: 35, 1C and 0C. RGB value is (53,28,12). Sum of RGB (Red+Green+Blue) = 53+28+12=93 (12% of max value = 765). Red value is 53 (21.09% from 255 or 56.99% from 93); Green value is 28 (11.33% from 255 or 30.11% from 93); Blue value is 12 (5.08% from 255 or 12.90% from 93); Max value from RGB is 53 - color contains mainly: red. Hex color #351C0C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #351C0C is #CAE3F3. Grayscale: #212121. Windows color (decimal): -13296628 or 793653. OLE color: 793653.

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

Color convert

RGB532812-
CMYK00.470.770.79
HSL23.41º63.08%12.75%-
HSV(B)23.41º77.36%20.78%-
XYZ1.951.610.56-
YUV33.65115.78141.8-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 56.99%
GREEN value IS 28 (11.33% from 255) = 30.11%
BLUE value IS 12 (5.08% from 255) = 12.90%
R=56.99%
G=30.11%
B=12.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.77
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal53281200.470.770.7923.4163.0812.75
Hex351CC02F4D4F173fd
Octal653414057115117277715
Binary110101111001100010111110011011001111101111111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #351C0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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