#350C06

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

Shades of Seal Brown #350C06

Tints of Seal Brown #350C06

Color information

#350C06 (or 0x350C06) is unknown color: approx Seal Brown. HEX triplet: 35, 0C and 06. RGB value is (53,12,6). Sum of RGB (Red+Green+Blue) = 53+12+6=71 (9% of max value = 765). Red value is 53 (21.09% from 255 or 74.65% from 71); Green value is 12 (5.08% from 255 or 16.90% from 71); Blue value is 6 (2.73% from 255 or 8.45% from 71); Max value from RGB is 53 - color contains mainly: red. Hex color #350C06 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #350C06 is #CAF3F9. Grayscale: #171717. Windows color (decimal): -13300730 or 396341. OLE color: 396341.

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

Color convert

RGB53126-
CMYK00.770.890.79
HSL7.66º79.66%11.57%-
HSV(B)7.66º88.68%20.78%-
XYZ1.631.030.29-
YUV23.58118.08148.99-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 74.65%
GREEN value IS 12 (5.08% from 255) = 16.90%
BLUE value IS 6 (2.73% from 255) = 8.45%
R=74.65%
G=16.90%
B=8.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.89
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal5312600.770.890.797.6679.6611.57
Hex35C604D594F850c
Octal6514601151311171012014
Binary11010111001100100110110110011001111100010100001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #350C06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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