Html Css Color HEX #341711 Seal Brown

📋 copy color: '#341711'

red 52 ◦ green 23 ◦ blue 17

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

Shades of Seal Brown #341711

Tints of Seal Brown #341711

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 18.48%

R = 56.52%
G = 25%
B = 18.48%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.67

 K value IS 0.80

RGB Variations

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

Color information

#341711 (or 0x341711) is known color: Seal Brown. HEX triplet: 34, 17 and 11. RGB value is (52,23,17). Sum of RGB (Red+Green+Blue) = 52+23+17=92 (12% of max value = 765). Red value is 52 (20.70% from 255 or 56.52% from 92); Green value is 23 (9.38% from 255 or 25% from 92); Blue value is 17 (7.03% from 255 or 18.48% from 92); Max value from RGB is 52 - color contains mainly: red. Hex color #341711 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #341711 is #CBE8EE. Grayscale: #1F1F1F. Windows color (decimal): -13363439 or 1120052. OLE color: 1120052.

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

Color convert

RGB 52 23 17 -
CMYK 0 0.56 0.67 0.80
HSL 10.29º 0.51% 0.14% -
HSV(B) 10.29º 0.67% 0.2% -
XYZ 1.82 1.38 0.7 -
YUV 30.99 120.11 142.99 -
System Red Green Blue C M Y K H S L
Decimal 52 23 17 0 0.56 0.67 0.80 10.29 0.51 0.14
Hex 34 17 11 0 38 43 50 A 33 E
Octal 64 27 21 0 70 103 120 12 63 16
Binary 110100 10111 10001 0 111000 1000011 1010000 1010 110011 1110

Color Harmonies of #341711

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #341711

Black with #341711

Text Example


Text Example

White with #341711

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #341711; }

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

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

background-color css

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

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

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

border-color css

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

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

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