Html Css Color HEX #341C18 Seal Brown

📋 copy color: '#341C18'

red 52 ◦ green 28 ◦ blue 24

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

Shades of Seal Brown #341C18

Tints of Seal Brown #341C18

RGB

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

 GREEN value IS 28 (11.33% from 255) = 26.92%

 BLUE value IS 24 (9.77% from 255) = 23.08%

R = 50%
G = 26.92%
B = 23.08%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.54

 K value IS 0.80

RGB Variations

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

Color information

#341C18 (or 0x341C18) is known color: Seal Brown. HEX triplet: 34, 1C and 18. RGB value is (52,28,24). Sum of RGB (Red+Green+Blue) = 52+28+24=104 (13% of max value = 765). Red value is 52 (20.70% from 255 or 50% from 104); Green value is 28 (11.33% from 255 or 26.92% from 104); Blue value is 24 (9.77% from 255 or 23.08% from 104); Max value from RGB is 52 - color contains mainly: red. Hex color #341C18 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #341C18 is #CBE3E7. Grayscale: #222222. Windows color (decimal): -13362152 or 1580084. OLE color: 1580084.

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

Color convert

RGB 52 28 24 -
CMYK 0 0.46 0.54 0.80
HSL 8.57º 0.37% 0.15% -
HSV(B) 8.57º 0.54% 0.2% -
XYZ 2 1.63 1.07 -
YUV 34.72 121.95 140.33 -
System Red Green Blue C M Y K H S L
Decimal 52 28 24 0 0.46 0.54 0.80 8.57 0.37 0.15
Hex 34 1C 18 0 2E 36 50 9 25 F
Octal 64 34 30 0 56 66 120 11 45 17
Binary 110100 11100 11000 0 101110 110110 1010000 1001 100101 1111

Color Harmonies of #341C18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #341C18

Black with #341C18

Text Example


Text Example

White with #341C18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #341C18; }

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

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

background-color css

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

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

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

border-color css

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

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

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