#350C00

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

Shades of Seal Brown #350C00

Tints of Seal Brown #350C00

Color information

#350C00 (or 0x350C00) is unknown color: approx Seal Brown. HEX triplet: 35, 0C and 00. RGB value is (53,12,0). Sum of RGB (Red+Green+Blue) = 53+12+0=65 (8% of max value = 765). Red value is 53 (21.09% from 255 or 81.54% from 65); Green value is 12 (5.08% from 255 or 18.46% from 65); Blue value is 0 (0.39% from 255 or 0% from 65); Max value from RGB is 53 - color contains mainly: red. Hex color #350C00 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #350C00 is #CAF3FF. Grayscale: #161616. Windows color (decimal): -13300736 or 3125. OLE color: 3125.

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

Color convert

RGB53120-
CMYK00.7710.79
HSL13.58º100%10.39%-
HSV(B)13.58º100%20.78%-
XYZ1.61.020.11-
YUV22.89115.08149.48-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 81.54%
GREEN value IS 12 (5.08% from 255) = 18.46%
BLUE value IS 0 (0.39% from 255) = 0%
R=81.54%
G=18.46%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 1
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal5312000.7710.7913.5810010.39
Hex35C004D644Fe64a
Octal6514001151441171614412
Binary110101110000100110111001001001111111011001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #350C00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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