Html Css Color HEX #350200 Seal Brown

📋 copy color: '#350200'

red 53 ◦ green 2 ◦ blue 0

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

Shades of Seal Brown #350200

Tints of Seal Brown #350200

RGB

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

 GREEN value IS 2 (1.17% from 255) = 3.64%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 96.36%
G = 3.64%
B = 0%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 1

 K value IS 0.79

RGB Variations

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

Color information

#350200 (or 0x350200) is known color: Seal Brown. HEX triplet: 35, 02 and 00. RGB value is (53,2,0). Sum of RGB (Red+Green+Blue) = 53+2+0=55 (7% of max value = 765). Red value is 53 (21.09% from 255 or 96.36% from 55); Green value is 2 (1.17% from 255 or 3.64% from 55); Blue value is 0 (0.39% from 255 or 0% from 55); Max value from RGB is 53 - color contains mainly: red. Hex color #350200 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #350200 is #CAFDFF. Grayscale: #111111. Windows color (decimal): -13303296 or 565. OLE color: 565.

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

Color convert

RGB 53 2 0 -
CMYK 0 0.96 1 0.79
HSL 2.26º 1% 0.1% -
HSV(B) 2.26º 1% 0.21% -
XYZ 1.49 0.8 0.08 -
YUV 17.02 118.4 153.66 -
System Red Green Blue C M Y K H S L
Decimal 53 2 0 0 0.96 1 0.79 2.26 1 0.1
Hex 35 2 0 0 60 64 4F 2 64 A
Octal 65 2 0 0 140 144 117 2 144 12
Binary 110101 10 0 0 1100000 1100100 1001111 10 1100100 1010

Color Harmonies of #350200

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #350200

Black with #350200

Text Example


Text Example

White with #350200

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #350200; }

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

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

background-color css

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

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

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

border-color css

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

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

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