Html Css Color HEX #341814 Seal Brown

📋 copy color: '#341814'

red 52 ◦ green 24 ◦ blue 20

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

Shades of Seal Brown #341814

Tints of Seal Brown #341814

RGB

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

 GREEN value IS 24 (9.77% from 255) = 25%

 BLUE value IS 20 (8.2% from 255) = 20.83%

R = 54.17%
G = 25%
B = 20.83%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.62

 K value IS 0.80

RGB Variations

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

Color information

#341814 (or 0x341814) is known color: Seal Brown. HEX triplet: 34, 18 and 14. RGB value is (52,24,20). Sum of RGB (Red+Green+Blue) = 52+24+20=96 (12% of max value = 765). Red value is 52 (20.70% from 255 or 54.17% from 96); Green value is 24 (9.77% from 255 or 25% from 96); Blue value is 20 (8.20% from 255 or 20.83% from 96); Max value from RGB is 52 - color contains mainly: red. Hex color #341814 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #341814 is #CBE7EB. Grayscale: #1F1F1F. Windows color (decimal): -13363180 or 1316916. OLE color: 1316916.

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

Color convert

RGB 52 24 20 -
CMYK 0 0.54 0.62 0.80
HSL 7.5º 0.44% 0.14% -
HSV(B) 7.5º 0.62% 0.2% -
XYZ 1.87 1.43 0.84 -
YUV 31.92 121.28 142.33 -
System Red Green Blue C M Y K H S L
Decimal 52 24 20 0 0.54 0.62 0.80 7.5 0.44 0.14
Hex 34 18 14 0 36 3E 50 8 2C E
Octal 64 30 24 0 66 76 120 10 54 16
Binary 110100 11000 10100 0 110110 111110 1010000 1000 101100 1110

Color Harmonies of #341814

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #341814

Black with #341814

Text Example


Text Example

White with #341814

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #341814; }

 p { color: rgb(52,24,20); }

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

background-color css

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

 a { background-color: rgb(52,24,20); }

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

border-color css

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

 span { border-color: rgb(52,24,20); }

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