Html Css Color HEX #341717 Seal Brown

📋 copy color: '#341717'

red 52 ◦ green 23 ◦ blue 23

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

Shades of Seal Brown #341717

Tints of Seal Brown #341717

RGB

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

 GREEN value IS 23 (9.38% from 255) = 23.47%

 BLUE value IS 23 (9.38% from 255) = 23.47%

R = 53.06%
G = 23.47%
B = 23.47%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.56

 K value IS 0.80

RGB Variations

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

Color information

#341717 (or 0x341717) is known color: Seal Brown. HEX triplet: 34, 17 and 17. RGB value is (52,23,23). Sum of RGB (Red+Green+Blue) = 52+23+23=98 (12% of max value = 765). Red value is 52 (20.70% from 255 or 53.06% from 98); Green value is 23 (9.38% from 255 or 23.47% from 98); Blue value is 23 (9.38% from 255 or 23.47% from 98); Max value from RGB is 52 - color contains mainly: red. Hex color #341717 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #341717 is #CBE8E8. Grayscale: #1F1F1F. Windows color (decimal): -13363433 or 1513268. OLE color: 1513268.

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

Color convert

RGB 52 23 23 -
CMYK 0 0.56 0.56 0.80
HSL 0.39% 0.15% -
HSV(B) 0.56% 0.2% -
XYZ 1.88 1.4 0.98 -
YUV 31.67 123.11 142.5 -
System Red Green Blue C M Y K H S L
Decimal 52 23 23 0 0.56 0.56 0.80 0 0.39 0.15
Hex 34 17 17 0 38 38 50 0 27 F
Octal 64 27 27 0 70 70 120 0 47 17
Binary 110100 10111 10111 0 111000 111000 1010000 0 100111 1111

Color Harmonies of #341717

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #341717

Black with #341717

Text Example


Text Example

White with #341717

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #341717; }

 p { color: rgb(52,23,23); }

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

background-color css

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

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

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

border-color css

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

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

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