Html Css Color HEX #341812 Seal Brown

📋 copy color: '#341812'

red 52 ◦ green 24 ◦ blue 18

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

Shades of Seal Brown #341812

Tints of Seal Brown #341812

RGB

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

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

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

R = 55.32%
G = 25.53%
B = 19.15%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.65

 K value IS 0.80

RGB Variations

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

Color information

#341812 (or 0x341812) is known color: Seal Brown. HEX triplet: 34, 18 and 12. RGB value is (52,24,18). Sum of RGB (Red+Green+Blue) = 52+24+18=94 (12% of max value = 765). Red value is 52 (20.70% from 255 or 55.32% from 94); Green value is 24 (9.77% from 255 or 25.53% from 94); Blue value is 18 (7.42% from 255 or 19.15% from 94); Max value from RGB is 52 - color contains mainly: red. Hex color #341812 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #341812 is #CBE7ED. Grayscale: #1F1F1F. Windows color (decimal): -13363182 or 1185844. OLE color: 1185844.

HSL color Cylindrical-coordinate representation of color #341812: hue angle of 10.59º 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 #341812 is Cyan = 0, Magento = 0.54, Yellow = 0.65 and Black (K on CMYK) = 0.80.

Color convert

RGB 52 24 18 -
CMYK 0 0.54 0.65 0.80
HSL 10.59º 0.49% 0.14% -
HSV(B) 10.59º 0.65% 0.2% -
XYZ 1.85 1.43 0.75 -
YUV 31.69 120.28 142.49 -
System Red Green Blue C M Y K H S L
Decimal 52 24 18 0 0.54 0.65 0.80 10.59 0.49 0.14
Hex 34 18 12 0 36 41 50 B 31 E
Octal 64 30 22 0 66 101 120 13 61 16
Binary 110100 11000 10010 0 110110 1000001 1010000 1011 110001 1110

Color Harmonies of #341812

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #341812

Black with #341812

Text Example


Text Example

White with #341812

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #341812; }

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

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

background-color css

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

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

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

border-color css

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

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

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