Html Css Color HEX #350803 Seal Brown

📋 copy color: '#350803'

red 53 ◦ green 8 ◦ blue 3

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

Shades of Seal Brown #350803

Tints of Seal Brown #350803

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 4.69%

R = 82.81%
G = 12.5%
B = 4.69%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.94

 K value IS 0.79

RGB Variations

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

Color information

#350803 (or 0x350803) is known color: Seal Brown. HEX triplet: 35, 08 and 03. RGB value is (53,8,3). Sum of RGB (Red+Green+Blue) = 53+8+3=64 (8% of max value = 765). Red value is 53 (21.09% from 255 or 82.81% from 64); Green value is 8 (3.52% from 255 or 12.5% from 64); Blue value is 3 (1.56% from 255 or 4.69% from 64); Max value from RGB is 53 - color contains mainly: red. Hex color #350803 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #350803 is #CAF7FC. Grayscale: #141414. Windows color (decimal): -13301757 or 198709. OLE color: 198709.

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

Color convert

RGB 53 8 3 -
CMYK 0 0.85 0.94 0.79
HSL 0.89% 0.11% -
HSV(B) 0.94% 0.21% -
XYZ 1.57 0.94 0.18 -
YUV 20.89 117.91 150.91 -
System Red Green Blue C M Y K H S L
Decimal 53 8 3 0 0.85 0.94 0.79 6 0.89 0.11
Hex 35 8 3 0 55 5E 4F 6 59 B
Octal 65 10 3 0 125 136 117 6 131 13
Binary 110101 1000 11 0 1010101 1011110 1001111 110 1011001 1011

Color Harmonies of #350803

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #350803

Black with #350803

Text Example


Text Example

White with #350803

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #350803; }

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

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

background-color css

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

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

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

border-color css

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

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

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