#350C07

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

Shades of Seal Brown #350C07

Tints of Seal Brown #350C07

Color information

#350C07 (or 0x350C07) is unknown color: approx Seal Brown. HEX triplet: 35, 0C and 07. RGB value is (53,12,7). Sum of RGB (Red+Green+Blue) = 53+12+7=72 (9% of max value = 765). Red value is 53 (21.09% from 255 or 73.61% from 72); Green value is 12 (5.08% from 255 or 16.67% from 72); Blue value is 7 (3.12% from 255 or 9.72% from 72); Max value from RGB is 53 - color contains mainly: red. Hex color #350C07 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #350C07 is #CAF3F8. Grayscale: #171717. Windows color (decimal): -13300729 or 461877. OLE color: 461877.

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

Color convert

RGB53127-
CMYK00.770.870.79
HSL6.52º76.67%11.76%-
HSV(B)6.52º86.79%20.78%-
XYZ1.641.040.31-
YUV23.69118.58148.91-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 73.61%
GREEN value IS 12 (5.08% from 255) = 16.67%
BLUE value IS 7 (3.12% from 255) = 9.72%
R=73.61%
G=16.67%
B=9.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.87
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal5312700.770.870.796.5276.6711.76
Hex35C704D574F74dc
Octal651470115127117711514
Binary1101011100111010011011010111100111111110011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #350C07

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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