#350C02

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

Shades of Seal Brown #350C02

Tints of Seal Brown #350C02

Color information

#350C02 (or 0x350C02) is unknown color: approx Seal Brown. HEX triplet: 35, 0C and 02. RGB value is (53,12,2). Sum of RGB (Red+Green+Blue) = 53+12+2=67 (8% of max value = 765). Red value is 53 (21.09% from 255 or 79.10% from 67); Green value is 12 (5.08% from 255 or 17.91% from 67); Blue value is 2 (1.17% from 255 or 2.99% from 67); Max value from RGB is 53 - color contains mainly: red. Hex color #350C02 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #350C02 is #CAF3FD. Grayscale: #171717. Windows color (decimal): -13300734 or 134197. OLE color: 134197.

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

Color convert

RGB53122-
CMYK00.770.960.79
HSL11.76º92.73%10.78%-
HSV(B)11.76º96.23%20.78%-
XYZ1.611.020.17-
YUV23.12116.08149.31-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 79.10%
GREEN value IS 12 (5.08% from 255) = 17.91%
BLUE value IS 2 (1.17% from 255) = 2.99%
R=79.10%
G=17.91%
B=2.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.96
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal5312200.770.960.7911.7692.7310.78
Hex35C204D604Fc5db
Octal6514201151401171413513
Binary1101011100100100110111000001001111110010111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #350C02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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