Html Css Color HEX #341816 Seal Brown

📋 copy color: '#341816'

red 52 ◦ green 24 ◦ blue 22

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

Shades of Seal Brown #341816

Tints of Seal Brown #341816

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 22.45%

R = 53.06%
G = 24.49%
B = 22.45%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.58

 K value IS 0.80

RGB Variations

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

Color information

#341816 (or 0x341816) is known color: Seal Brown. HEX triplet: 34, 18 and 16. RGB value is (52,24,22). Sum of RGB (Red+Green+Blue) = 52+24+22=98 (12% of max value = 765). Red value is 52 (20.70% from 255 or 53.06% from 98); Green value is 24 (9.77% from 255 or 24.49% from 98); Blue value is 22 (8.98% from 255 or 22.45% from 98); Max value from RGB is 52 - color contains mainly: red. Hex color #341816 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #341816 is #CBE7E9. Grayscale: #202020. Windows color (decimal): -13363178 or 1447988. OLE color: 1447988.

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

Color convert

RGB 52 24 22 -
CMYK 0 0.54 0.58 0.80
HSL 0.41% 0.15% -
HSV(B) 0.58% 0.2% -
XYZ 1.89 1.44 0.94 -
YUV 32.14 122.28 142.16 -
System Red Green Blue C M Y K H S L
Decimal 52 24 22 0 0.54 0.58 0.80 4 0.41 0.15
Hex 34 18 16 0 36 3A 50 4 29 F
Octal 64 30 26 0 66 72 120 4 51 17
Binary 110100 11000 10110 0 110110 111010 1010000 100 101001 1111

Color Harmonies of #341816

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #341816

Black with #341816

Text Example


Text Example

White with #341816

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #341816; }

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

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

background-color css

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

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

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

border-color css

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

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

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