Html Css Color HEX #350906 Seal Brown

📋 copy color: '#350906'

red 53 ◦ green 9 ◦ blue 6

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

Shades of Seal Brown #350906

Tints of Seal Brown #350906

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 8.82%

R = 77.94%
G = 13.24%
B = 8.82%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.89

 K value IS 0.79

RGB Variations

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

Color information

#350906 (or 0x350906) is known color: Seal Brown. HEX triplet: 35, 09 and 06. RGB value is (53,9,6). Sum of RGB (Red+Green+Blue) = 53+9+6=68 (9% of max value = 765). Red value is 53 (21.09% from 255 or 77.94% from 68); Green value is 9 (3.91% from 255 or 13.24% from 68); Blue value is 6 (2.73% from 255 or 8.82% from 68); Max value from RGB is 53 - color contains mainly: red. Hex color #350906 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #350906 is #CAF6F9. Grayscale: #151515. Windows color (decimal): -13301498 or 395573. OLE color: 395573.

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

Color convert

RGB 53 9 6 -
CMYK 0 0.83 0.89 0.79
HSL 3.83º 0.8% 0.12% -
HSV(B) 3.83º 0.89% 0.21% -
XYZ 1.6 0.97 0.27 -
YUV 21.81 119.08 150.24 -
System Red Green Blue C M Y K H S L
Decimal 53 9 6 0 0.83 0.89 0.79 3.83 0.8 0.12
Hex 35 9 6 0 53 59 4F 4 50 C
Octal 65 11 6 0 123 131 117 4 120 14
Binary 110101 1001 110 0 1010011 1011001 1001111 100 1010000 1100

Color Harmonies of #350906

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #350906

Black with #350906

Text Example


Text Example

White with #350906

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #350906; }

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

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

background-color css

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

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

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

border-color css

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

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

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