Html Css Color HEX #341512 Seal Brown

📋 copy color: '#341512'

red 52 ◦ green 21 ◦ blue 18

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

Shades of Seal Brown #341512

Tints of Seal Brown #341512

RGB

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

 GREEN value IS 21 (8.59% from 255) = 23.08%

 BLUE value IS 18 (7.42% from 255) = 19.78%

R = 57.14%
G = 23.08%
B = 19.78%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.65

 K value IS 0.80

RGB Variations

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

Color information

#341512 (or 0x341512) is known color: Seal Brown. HEX triplet: 34, 15 and 12. RGB value is (52,21,18). Sum of RGB (Red+Green+Blue) = 52+21+18=91 (12% of max value = 765). Red value is 52 (20.70% from 255 or 57.14% from 91); Green value is 21 (8.59% from 255 or 23.08% from 91); Blue value is 18 (7.42% from 255 or 19.78% from 91); Max value from RGB is 52 - color contains mainly: red. Hex color #341512 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #341512 is #CBEAED. Grayscale: #1D1D1D. Windows color (decimal): -13363950 or 1185076. OLE color: 1185076.

HSL color Cylindrical-coordinate representation of color #341512: hue angle of 5.29º degrees, saturation: 0.49, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #341512 is Cyan = 0, Magento = 0.60, Yellow = 0.65 and Black (K on CMYK) = 0.80.

Color convert

RGB 52 21 18 -
CMYK 0 0.60 0.65 0.80
HSL 5.29º 0.49% 0.14% -
HSV(B) 5.29º 0.65% 0.2% -
XYZ 1.79 1.31 0.73 -
YUV 29.93 121.27 143.74 -
System Red Green Blue C M Y K H S L
Decimal 52 21 18 0 0.60 0.65 0.80 5.29 0.49 0.14
Hex 34 15 12 0 3C 41 50 5 31 E
Octal 64 25 22 0 74 101 120 5 61 16
Binary 110100 10101 10010 0 111100 1000001 1010000 101 110001 1110

Color Harmonies of #341512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #341512

Black with #341512

Text Example


Text Example

White with #341512

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #341512; }

 p { color: rgb(52,21,18); }

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

background-color css

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

 a { background-color: rgb(52,21,18); }

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

border-color css

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

 span { border-color: rgb(52,21,18); }

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