Html Css Color HEX #341003 Seal Brown

📋 copy color: '#341003'

red 52 ◦ green 16 ◦ blue 3

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

Shades of Seal Brown #341003

Tints of Seal Brown #341003

RGB

 RED value IS 52 (20.7% from 255) = 73.24%

 GREEN value IS 16 (6.64% from 255) = 22.54%

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

R = 73.24%
G = 22.54%
B = 4.23%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.94

 K value IS 0.80

RGB Variations

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

Color information

#341003 (or 0x341003) is known color: Seal Brown. HEX triplet: 34, 10 and 03. RGB value is (52,16,3). Sum of RGB (Red+Green+Blue) = 52+16+3=71 (9% of max value = 765). Red value is 52 (20.70% from 255 or 73.24% from 71); Green value is 16 (6.64% from 255 or 22.54% from 71); Blue value is 3 (1.56% from 255 or 4.23% from 71); Max value from RGB is 52 - color contains mainly: red. Hex color #341003 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #341003 is #CBEFFC. Grayscale: #191919. Windows color (decimal): -13365245 or 200756. OLE color: 200756.

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

Color convert

RGB 52 16 3 -
CMYK 0 0.69 0.94 0.80
HSL 15.92º 0.89% 0.11% -
HSV(B) 15.92º 0.94% 0.2% -
XYZ 1.62 1.11 0.21 -
YUV 25.28 115.43 147.06 -
System Red Green Blue C M Y K H S L
Decimal 52 16 3 0 0.69 0.94 0.80 15.92 0.89 0.11
Hex 34 10 3 0 45 5E 50 10 59 B
Octal 64 20 3 0 105 136 120 20 131 13
Binary 110100 10000 11 0 1000101 1011110 1010000 10000 1011001 1011

Color Harmonies of #341003

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #341003

Black with #341003

Text Example


Text Example

White with #341003

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #341003; }

 p { color: rgb(52,16,3); }

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

background-color css

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

 a { background-color: rgb(52,16,3); }

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

border-color css

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

 span { border-color: rgb(52,16,3); }

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