#351B0A

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

Shades of Brown Pod #351B0A

Tints of Brown Pod #351B0A

Color information

#351B0A (or 0x351B0A) is unknown color: approx Brown Pod. HEX triplet: 35, 1B and 0A. RGB value is (53,27,10). Sum of RGB (Red+Green+Blue) = 53+27+10=90 (11% of max value = 765). Red value is 53 (21.09% from 255 or 58.89% from 90); Green value is 27 (10.94% from 255 or 30% from 90); Blue value is 10 (4.30% from 255 or 11.11% from 90); Max value from RGB is 53 - color contains mainly: red. Hex color #351B0A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #351B0A is #CAE4F5. Grayscale: #202020. Windows color (decimal): -13296886 or 662325. OLE color: 662325.

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

Color convert

RGB532710-
CMYK00.490.810.79
HSL23.72º68.25%12.35%-
HSV(B)23.72º81.13%20.78%-
XYZ1.911.560.49-
YUV32.84115.11142.38-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 58.89%
GREEN value IS 27 (10.94% from 255) = 30%
BLUE value IS 10 (4.30% from 255) = 11.11%
R=58.89%
G=30%
B=11.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.81
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal53271000.490.810.7923.7268.2512.35
Hex351BA031514F1844c
Octal6533120611211173010414
Binary1101011101110100110001101000110011111100010001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #351B0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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