#350A00

Color #350A00 Seal Brown (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Seal Brown #350A00

Tints of Seal Brown #350A00

Color information

#350A00 (or 0x350A00) is unknown color: approx Seal Brown. HEX triplet: 35, 0A and 00. RGB value is (53,10,0). Sum of RGB (Red+Green+Blue) = 53+10+0=63 (8% of max value = 765). Red value is 53 (21.09% from 255 or 84.13% from 63); Green value is 10 (4.30% from 255 or 15.87% from 63); Blue value is 0 (0.39% from 255 or 0% from 63); Max value from RGB is 53 - color contains mainly: red. Hex color #350A00 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #350A00 is #CAF5FF. Grayscale: #151515. Windows color (decimal): -13301248 or 2613. OLE color: 2613.

HSL color Cylindrical-coordinate representation of color #350A00: hue angle of 11.32º degrees, saturation: 1, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 1%. Process color model (Four color, CMYK) of #350A00 is Cyan = 0, Magento = 0.81, Yellow = 1 and Black (K on CMYK) = 0.79.

Color convert

RGB53100-
CMYK00.8110.79
HSL11.32º100%10.39%-
HSV(B)11.32º100%20.78%-
XYZ1.580.970.1-
YUV21.72115.75150.31-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 84.13%
GREEN value IS 10 (4.30% from 255) = 15.87%
BLUE value IS 0 (0.39% from 255) = 0%
R=84.13%
G=15.87%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 1
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal5310000.8110.7911.3210010.39
Hex35A0051644Fb64a
Octal6512001211441171314412
Binary110101101000101000111001001001111101111001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #350A00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #350A00; }

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

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

<style>
 a { background-color: #350A00; }

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

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

<style>
 span { border-color: #350A00; }

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

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