Html Css Color HEX #350E09 Seal Brown

📋 copy color: '#350E09'

red 53 ◦ green 14 ◦ blue 9

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

Shades of Seal Brown #350E09

Tints of Seal Brown #350E09

RGB

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

 GREEN value IS 14 (5.86% from 255) = 18.42%

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

R = 69.74%
G = 18.42%
B = 11.84%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.83

 K value IS 0.79

RGB Variations

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

Color information

#350E09 (or 0x350E09) is known color: Seal Brown. HEX triplet: 35, 0E and 09. RGB value is (53,14,9). Sum of RGB (Red+Green+Blue) = 53+14+9=76 (10% of max value = 765). Red value is 53 (21.09% from 255 or 69.74% from 76); Green value is 14 (5.86% from 255 or 18.42% from 76); Blue value is 9 (3.91% from 255 or 11.84% from 76); Max value from RGB is 53 - color contains mainly: red. Hex color #350E09 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #350E09 is #CAF1F6. Grayscale: #191919. Windows color (decimal): -13300215 or 593461. OLE color: 593461.

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

Color convert

RGB 53 14 9 -
CMYK 0 0.74 0.83 0.79
HSL 6.82º 0.71% 0.12% -
HSV(B) 6.82º 0.83% 0.21% -
XYZ 1.67 1.09 0.38 -
YUV 25.09 118.92 147.91 -
System Red Green Blue C M Y K H S L
Decimal 53 14 9 0 0.74 0.83 0.79 6.82 0.71 0.12
Hex 35 E 9 0 4A 53 4F 7 47 C
Octal 65 16 11 0 112 123 117 7 107 14
Binary 110101 1110 1001 0 1001010 1010011 1001111 111 1000111 1100

Color Harmonies of #350E09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #350E09

Black with #350E09

Text Example


Text Example

White with #350E09

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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