Html Css Color HEX #350806 Seal Brown

📋 copy color: '#350806'

red 53 ◦ green 8 ◦ blue 6

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

Shades of Seal Brown #350806

Tints of Seal Brown #350806

RGB

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

 GREEN value IS 8 (3.52% from 255) = 11.94%

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

R = 79.1%
G = 11.94%
B = 8.96%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.89

 K value IS 0.79

RGB Variations

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

Color information

#350806 (or 0x350806) is known color: Seal Brown. HEX triplet: 35, 08 and 06. RGB value is (53,8,6). Sum of RGB (Red+Green+Blue) = 53+8+6=67 (8% of max value = 765). Red value is 53 (21.09% from 255 or 79.10% from 67); Green value is 8 (3.52% from 255 or 11.94% from 67); Blue value is 6 (2.73% from 255 or 8.96% from 67); Max value from RGB is 53 - color contains mainly: red. Hex color #350806 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #350806 is #CAF7F9. Grayscale: #151515. Windows color (decimal): -13301754 or 395317. OLE color: 395317.

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

Color convert

RGB 53 8 6 -
CMYK 0 0.85 0.89 0.79
HSL 2.55º 0.8% 0.12% -
HSV(B) 2.55º 0.89% 0.21% -
XYZ 1.59 0.94 0.27 -
YUV 21.23 119.41 150.66 -
System Red Green Blue C M Y K H S L
Decimal 53 8 6 0 0.85 0.89 0.79 2.55 0.8 0.12
Hex 35 8 6 0 55 59 4F 3 50 C
Octal 65 10 6 0 125 131 117 3 120 14
Binary 110101 1000 110 0 1010101 1011001 1001111 11 1010000 1100

Color Harmonies of #350806

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #350806

Black with #350806

Text Example


Text Example

White with #350806

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #350806; }

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

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

background-color css

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

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

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

border-color css

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

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

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