Html Css Color HEX #350500 Seal Brown

📋 copy color: '#350500'

red 53 ◦ green 5 ◦ blue 0

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

Shades of Seal Brown #350500

Tints of Seal Brown #350500

RGB

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

 GREEN value IS 5 (2.34% from 255) = 8.62%

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

R = 91.38%
G = 8.62%
B = 0%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 1

 K value IS 0.79

RGB Variations

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

Color information

#350500 (or 0x350500) is known color: Seal Brown. HEX triplet: 35, 05 and 00. RGB value is (53,5,0). Sum of RGB (Red+Green+Blue) = 53+5+0=58 (7% of max value = 765). Red value is 53 (21.09% from 255 or 91.38% from 58); Green value is 5 (2.34% from 255 or 8.62% from 58); Blue value is 0 (0.39% from 255 or 0% from 58); Max value from RGB is 53 - color contains mainly: red. Hex color #350500 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #350500 is #CAFAFF. Grayscale: #121212. Windows color (decimal): -13302528 or 1333. OLE color: 1333.

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

Color convert

RGB 53 5 0 -
CMYK 0 0.91 1 0.79
HSL 5.66º 1% 0.1% -
HSV(B) 5.66º 1% 0.21% -
XYZ 1.52 0.87 0.09 -
YUV 18.78 117.4 152.41 -
System Red Green Blue C M Y K H S L
Decimal 53 5 0 0 0.91 1 0.79 5.66 1 0.1
Hex 35 5 0 0 5B 64 4F 6 64 A
Octal 65 5 0 0 133 144 117 6 144 12
Binary 110101 101 0 0 1011011 1100100 1001111 110 1100100 1010

Color Harmonies of #350500

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #350500

Black with #350500

Text Example


Text Example

White with #350500

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #350500; }

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

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

background-color css

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

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

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

border-color css

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

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

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