#350C01

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

Shades of Seal Brown #350C01

Tints of Seal Brown #350C01

Color information

#350C01 (or 0x350C01) is unknown color: approx Seal Brown. HEX triplet: 35, 0C and 01. RGB value is (53,12,1). Sum of RGB (Red+Green+Blue) = 53+12+1=66 (8% of max value = 765). Red value is 53 (21.09% from 255 or 80.30% from 66); Green value is 12 (5.08% from 255 or 18.18% from 66); Blue value is 1 (0.78% from 255 or 1.52% from 66); Max value from RGB is 53 - color contains mainly: red. Hex color #350C01 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #350C01 is #CAF3FE. Grayscale: #171717. Windows color (decimal): -13300735 or 68661. OLE color: 68661.

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

Color convert

RGB53121-
CMYK00.770.980.79
HSL12.69º96.3%10.59%-
HSV(B)12.69º98.11%20.78%-
XYZ1.611.020.14-
YUV23115.58149.39-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 80.30%
GREEN value IS 12 (5.08% from 255) = 18.18%
BLUE value IS 1 (0.78% from 255) = 1.52%
R=80.30%
G=18.18%
B=1.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.98
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal5312100.770.980.7912.6996.310.59
Hex35C104D624Fd60b
Octal6514101151421171514013
Binary110101110010100110111000101001111110111000001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #350C01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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