Html Css Color HEX #350705 Seal Brown

📋 copy color: '#350705'

red 53 ◦ green 7 ◦ blue 5

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

Shades of Seal Brown #350705

Tints of Seal Brown #350705

RGB

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

 GREEN value IS 7 (3.13% from 255) = 10.77%

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

R = 81.54%
G = 10.77%
B = 7.69%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.91

 K value IS 0.79

RGB Variations

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

Color information

#350705 (or 0x350705) is known color: Seal Brown. HEX triplet: 35, 07 and 05. RGB value is (53,7,5). Sum of RGB (Red+Green+Blue) = 53+7+5=65 (8% of max value = 765). Red value is 53 (21.09% from 255 or 81.54% from 65); Green value is 7 (3.12% from 255 or 10.77% from 65); Blue value is 5 (2.34% from 255 or 7.69% from 65); Max value from RGB is 53 - color contains mainly: red. Hex color #350705 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #350705 is #CAF8FA. Grayscale: #141414. Windows color (decimal): -13302011 or 329525. OLE color: 329525.

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

Color convert

RGB 53 7 5 -
CMYK 0 0.87 0.91 0.79
HSL 2.5º 0.83% 0.11% -
HSV(B) 2.5º 0.91% 0.21% -
XYZ 1.57 0.92 0.24 -
YUV 20.53 119.24 151.16 -
System Red Green Blue C M Y K H S L
Decimal 53 7 5 0 0.87 0.91 0.79 2.5 0.83 0.11
Hex 35 7 5 0 57 5B 4F 2 53 B
Octal 65 7 5 0 127 133 117 2 123 13
Binary 110101 111 101 0 1010111 1011011 1001111 10 1010011 1011

Color Harmonies of #350705

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #350705

Black with #350705

Text Example


Text Example

White with #350705

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #350705; }

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

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

background-color css

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

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

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

border-color css

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

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

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