Html Css Color HEX #350403 Seal Brown

📋 copy color: '#350403'

red 53 ◦ green 4 ◦ blue 3

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

Shades of Seal Brown #350403

Tints of Seal Brown #350403

RGB

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

 GREEN value IS 4 (1.95% from 255) = 6.67%

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

R = 88.33%
G = 6.67%
B = 5%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.94

 K value IS 0.79

RGB Variations

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

Color information

#350403 (or 0x350403) is known color: Seal Brown. HEX triplet: 35, 04 and 03. RGB value is (53,4,3). Sum of RGB (Red+Green+Blue) = 53+4+3=60 (7% of max value = 765). Red value is 53 (21.09% from 255 or 88.33% from 60); Green value is 4 (1.95% from 255 or 6.67% from 60); Blue value is 3 (1.56% from 255 or 5% from 60); Max value from RGB is 53 - color contains mainly: red. Hex color #350403 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #350403 is #CAFBFC. Grayscale: #121212. Windows color (decimal): -13302781 or 197685. OLE color: 197685.

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

Color convert

RGB 53 4 3 -
CMYK 0 0.92 0.94 0.79
HSL 1.2º 0.89% 0.11% -
HSV(B) 1.2º 0.94% 0.21% -
XYZ 1.53 0.85 0.17 -
YUV 18.54 119.23 152.58 -
System Red Green Blue C M Y K H S L
Decimal 53 4 3 0 0.92 0.94 0.79 1.2 0.89 0.11
Hex 35 4 3 0 5C 5E 4F 1 59 B
Octal 65 4 3 0 134 136 117 1 131 13
Binary 110101 100 11 0 1011100 1011110 1001111 1 1011001 1011

Color Harmonies of #350403

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #350403

Black with #350403

Text Example


Text Example

White with #350403

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #350403; }

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

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

background-color css

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

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

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

border-color css

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

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

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