Html Css Color HEX #350805 Seal Brown

📋 copy color: '#350805'

red 53 ◦ green 8 ◦ blue 5

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

Shades of Seal Brown #350805

Tints of Seal Brown #350805

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 7.58%

R = 80.3%
G = 12.12%
B = 7.58%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.91

 K value IS 0.79

RGB Variations

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

Color information

#350805 (or 0x350805) is known color: Seal Brown. HEX triplet: 35, 08 and 05. RGB value is (53,8,5). Sum of RGB (Red+Green+Blue) = 53+8+5=66 (8% of max value = 765). Red value is 53 (21.09% from 255 or 80.30% from 66); Green value is 8 (3.52% from 255 or 12.12% from 66); Blue value is 5 (2.34% from 255 or 7.58% from 66); Max value from RGB is 53 - color contains mainly: red. Hex color #350805 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #350805 is #CAF7FA. Grayscale: #151515. Windows color (decimal): -13301755 or 329781. OLE color: 329781.

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

Color convert

RGB 53 8 5 -
CMYK 0 0.85 0.91 0.79
HSL 3.75º 0.83% 0.11% -
HSV(B) 3.75º 0.91% 0.21% -
XYZ 1.58 0.94 0.24 -
YUV 21.11 118.91 150.74 -
System Red Green Blue C M Y K H S L
Decimal 53 8 5 0 0.85 0.91 0.79 3.75 0.83 0.11
Hex 35 8 5 0 55 5B 4F 4 53 B
Octal 65 10 5 0 125 133 117 4 123 13
Binary 110101 1000 101 0 1010101 1011011 1001111 100 1010011 1011

Color Harmonies of #350805

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #350805

Black with #350805

Text Example


Text Example

White with #350805

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #350805; }

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

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

background-color css

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

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

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

border-color css

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

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

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