Html Css Color HEX #351409 Seal Brown

📋 copy color: '#351409'

red 53 ◦ green 20 ◦ blue 9

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

Shades of Seal Brown #351409

Tints of Seal Brown #351409

RGB

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

 GREEN value IS 20 (8.2% from 255) = 24.39%

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

R = 64.63%
G = 24.39%
B = 10.98%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.83

 K value IS 0.79

RGB Variations

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

Color information

#351409 (or 0x351409) is known color: Seal Brown. HEX triplet: 35, 14 and 09. RGB value is (53,20,9). Sum of RGB (Red+Green+Blue) = 53+20+9=82 (10% of max value = 765). Red value is 53 (21.09% from 255 or 64.63% from 82); Green value is 20 (8.20% from 255 or 24.39% from 82); Blue value is 9 (3.91% from 255 or 10.98% from 82); Max value from RGB is 53 - color contains mainly: red. Hex color #351409 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #351409 is #CAEBF6. Grayscale: #1C1C1C. Windows color (decimal): -13298679 or 594997. OLE color: 594997.

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

Color convert

RGB 53 20 9 -
CMYK 0 0.62 0.83 0.79
HSL 15º 0.71% 0.12% -
HSV(B) 15º 0.83% 0.21% -
XYZ 1.77 1.28 0.41 -
YUV 28.61 116.93 145.39 -
System Red Green Blue C M Y K H S L
Decimal 53 20 9 0 0.62 0.83 0.79 15 0.71 0.12
Hex 35 14 9 0 3E 53 4F F 47 C
Octal 65 24 11 0 76 123 117 17 107 14
Binary 110101 10100 1001 0 111110 1010011 1001111 1111 1000111 1100

Color Harmonies of #351409

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #351409

Black with #351409

Text Example


Text Example

White with #351409

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #351409; }

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

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

background-color css

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

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

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

border-color css

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

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

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