Html Css Color HEX #351203 Seal Brown

📋 copy color: '#351203'

red 53 ◦ green 18 ◦ blue 3

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

Shades of Seal Brown #351203

Tints of Seal Brown #351203

RGB

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

 GREEN value IS 18 (7.42% from 255) = 24.32%

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

R = 71.62%
G = 24.32%
B = 4.05%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.94

 K value IS 0.79

RGB Variations

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

Color information

#351203 (or 0x351203) is known color: Seal Brown. HEX triplet: 35, 12 and 03. RGB value is (53,18,3). Sum of RGB (Red+Green+Blue) = 53+18+3=74 (9% of max value = 765). Red value is 53 (21.09% from 255 or 71.62% from 74); Green value is 18 (7.42% from 255 or 24.32% from 74); Blue value is 3 (1.56% from 255 or 4.05% from 74); Max value from RGB is 53 - color contains mainly: red. Hex color #351203 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #351203 is #CAEDFC. Grayscale: #1A1A1A. Windows color (decimal): -13299197 or 201269. OLE color: 201269.

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

Color convert

RGB 53 18 3 -
CMYK 0 0.66 0.94 0.79
HSL 18º 0.89% 0.11% -
HSV(B) 18º 0.94% 0.21% -
XYZ 1.7 1.2 0.23 -
YUV 26.76 114.6 146.72 -
System Red Green Blue C M Y K H S L
Decimal 53 18 3 0 0.66 0.94 0.79 18 0.89 0.11
Hex 35 12 3 0 42 5E 4F 12 59 B
Octal 65 22 3 0 102 136 117 22 131 13
Binary 110101 10010 11 0 1000010 1011110 1001111 10010 1011001 1011

Color Harmonies of #351203

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #351203

Black with #351203

Text Example


Text Example

White with #351203

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #351203; }

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

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

background-color css

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

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

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

border-color css

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

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

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