Html Css Color HEX #341310 Seal Brown

📋 copy color: '#341310'

red 52 ◦ green 19 ◦ blue 16

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

Shades of Seal Brown #341310

Tints of Seal Brown #341310

RGB

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

 GREEN value IS 19 (7.81% from 255) = 21.84%

 BLUE value IS 16 (6.64% from 255) = 18.39%

R = 59.77%
G = 21.84%
B = 18.39%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.69

 K value IS 0.80

RGB Variations

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

Color information

#341310 (or 0x341310) is known color: Seal Brown. HEX triplet: 34, 13 and 10. RGB value is (52,19,16). Sum of RGB (Red+Green+Blue) = 52+19+16=87 (11% of max value = 765). Red value is 52 (20.70% from 255 or 59.77% from 87); Green value is 19 (7.81% from 255 or 21.84% from 87); Blue value is 16 (6.64% from 255 or 18.39% from 87); Max value from RGB is 52 - color contains mainly: red. Hex color #341310 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #341310 is #CBECEF. Grayscale: #1C1C1C. Windows color (decimal): -13364464 or 1053492. OLE color: 1053492.

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

Color convert

RGB 52 19 16 -
CMYK 0 0.63 0.69 0.80
HSL 0.53% 0.13% -
HSV(B) 0.69% 0.2% -
XYZ 1.74 1.23 0.64 -
YUV 28.53 120.93 144.74 -
System Red Green Blue C M Y K H S L
Decimal 52 19 16 0 0.63 0.69 0.80 5 0.53 0.13
Hex 34 13 10 0 3F 45 50 5 35 D
Octal 64 23 20 0 77 105 120 5 65 15
Binary 110100 10011 10000 0 111111 1000101 1010000 101 110101 1101

Color Harmonies of #341310

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #341310

Black with #341310

Text Example


Text Example

White with #341310

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #341310; }

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

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

background-color css

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

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

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

border-color css

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

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

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