Html Css Color HEX #350909 Seal Brown

📋 copy color: '#350909'

red 53 ◦ green 9 ◦ blue 9

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

Shades of Seal Brown #350909

Tints of Seal Brown #350909

RGB

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

 GREEN value IS 9 (3.91% from 255) = 12.68%

 BLUE value IS 9 (3.91% from 255) = 12.68%

R = 74.65%
G = 12.68%
B = 12.68%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.83

 K value IS 0.79

RGB Variations

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

Color information

#350909 (or 0x350909) is known color: Seal Brown. HEX triplet: 35, 09 and 09. RGB value is (53,9,9). Sum of RGB (Red+Green+Blue) = 53+9+9=71 (9% of max value = 765). Red value is 53 (21.09% from 255 or 74.65% from 71); Green value is 9 (3.91% from 255 or 12.68% from 71); Blue value is 9 (3.91% from 255 or 12.68% from 71); Max value from RGB is 53 - color contains mainly: red. Hex color #350909 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #350909 is #CAF6F6. Grayscale: #161616. Windows color (decimal): -13301495 or 592181. OLE color: 592181.

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

Color convert

RGB 53 9 9 -
CMYK 0 0.83 0.83 0.79
HSL 0.71% 0.12% -
HSV(B) 0.83% 0.21% -
XYZ 1.62 0.97 0.36 -
YUV 22.16 120.58 150 -
System Red Green Blue C M Y K H S L
Decimal 53 9 9 0 0.83 0.83 0.79 0 0.71 0.12
Hex 35 9 9 0 53 53 4F 0 47 C
Octal 65 11 11 0 123 123 117 0 107 14
Binary 110101 1001 1001 0 1010011 1010011 1001111 0 1000111 1100

Color Harmonies of #350909

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #350909

Black with #350909

Text Example


Text Example

White with #350909

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #350909; }

 p { color: rgb(53,9,9); }

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

background-color css

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

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

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

border-color css

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

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

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