Html Css Color HEX #351002 Seal Brown

📋 copy color: '#351002'

red 53 ◦ green 16 ◦ blue 2

#351002
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Seal Brown #351002

Tints of Seal Brown #351002

RGB

 RED value IS 53 (21.09% from 255) = 74.65%

 GREEN value IS 16 (6.64% from 255) = 22.54%

 BLUE value IS 2 (1.17% from 255) = 2.82%

R = 74.65%
G = 22.54%
B = 2.82%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.96

 K value IS 0.79

RGB Variations

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

Color information

#351002 (or 0x351002) is known color: Seal Brown. HEX triplet: 35, 10 and 02. RGB value is (53,16,2). Sum of RGB (Red+Green+Blue) = 53+16+2=71 (9% of max value = 765). Red value is 53 (21.09% from 255 or 74.65% from 71); Green value is 16 (6.64% from 255 or 22.54% from 71); Blue value is 2 (1.17% from 255 or 2.82% from 71); Max value from RGB is 53 - color contains mainly: red. Hex color #351002 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #351002 is #CAEFFD. Grayscale: #191919. Windows color (decimal): -13299710 or 135221. OLE color: 135221.

HSL color Cylindrical-coordinate representation of color #351002: hue angle of 16.47º 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 #351002 is Cyan = 0, Magento = 0.70, Yellow = 0.96 and Black (K on CMYK) = 0.79.

Color convert

RGB 53 16 2 -
CMYK 0 0.70 0.96 0.79
HSL 16.47º 0.93% 0.11% -
HSV(B) 16.47º 0.96% 0.21% -
XYZ 1.66 1.13 0.19 -
YUV 25.47 114.76 147.64 -
System Red Green Blue C M Y K H S L
Decimal 53 16 2 0 0.70 0.96 0.79 16.47 0.93 0.11
Hex 35 10 2 0 46 60 4F 10 5D B
Octal 65 20 2 0 106 140 117 20 135 13
Binary 110101 10000 10 0 1000110 1100000 1001111 10000 1011101 1011

Color Harmonies of #351002

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #351002

Black with #351002

Text Example


Text Example

White with #351002

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #351002; }

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

 H1.HeaderClassName
 {
   color: #351002;
 }
 .AnyTagClassName
 {
   color: #351002;
 }
</style>

background-color css

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

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

 div.DivClassName
 {
   background-color: #351002;
 }
 .BgClassName
 {
   background-color: #351002;
 }
</style>

border-color css

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

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

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