Html Css Color HEX #350A00 Seal Brown

📋 copy color: '#350A00'

red 53 ◦ green 10 ◦ blue 0

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

Shades of Seal Brown #350A00

Tints of Seal Brown #350A00

RGB

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

 GREEN value IS 10 (4.3% from 255) = 15.87%

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

R = 84.13%
G = 15.87%
B = 0%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 1

 K value IS 0.79

RGB Variations

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

Color information

#350A00 (or 0x350A00) is known color: Seal Brown. HEX triplet: 35, 0A and 00. RGB value is (53,10,0). Sum of RGB (Red+Green+Blue) = 53+10+0=63 (8% of max value = 765). Red value is 53 (21.09% from 255 or 84.13% from 63); Green value is 10 (4.30% from 255 or 15.87% from 63); Blue value is 0 (0.39% from 255 or 0% from 63); Max value from RGB is 53 - color contains mainly: red. Hex color #350A00 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #350A00 is #CAF5FF. Grayscale: #151515. Windows color (decimal): -13301248 or 2613. OLE color: 2613.

HSL color Cylindrical-coordinate representation of color #350A00: hue angle of 11.32º 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 #350A00 is Cyan = 0, Magento = 0.81, Yellow = 1 and Black (K on CMYK) = 0.79.

Color convert

RGB 53 10 0 -
CMYK 0 0.81 1 0.79
HSL 11.32º 1% 0.1% -
HSV(B) 11.32º 1% 0.21% -
XYZ 1.58 0.97 0.1 -
YUV 21.72 115.75 150.31 -
System Red Green Blue C M Y K H S L
Decimal 53 10 0 0 0.81 1 0.79 11.32 1 0.1
Hex 35 A 0 0 51 64 4F B 64 A
Octal 65 12 0 0 121 144 117 13 144 12
Binary 110101 1010 0 0 1010001 1100100 1001111 1011 1100100 1010

Color Harmonies of #350A00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #350A00

Black with #350A00

Text Example


Text Example

White with #350A00

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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