Html Css Color HEX #341712 Seal Brown

📋 copy color: '#341712'

red 52 ◦ green 23 ◦ blue 18

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

Shades of Seal Brown #341712

Tints of Seal Brown #341712

RGB

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

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

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

R = 55.91%
G = 24.73%
B = 19.35%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.65

 K value IS 0.80

RGB Variations

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

Color information

#341712 (or 0x341712) is known color: Seal Brown. HEX triplet: 34, 17 and 12. RGB value is (52,23,18). Sum of RGB (Red+Green+Blue) = 52+23+18=93 (12% of max value = 765). Red value is 52 (20.70% from 255 or 55.91% from 93); Green value is 23 (9.38% from 255 or 24.73% from 93); Blue value is 18 (7.42% from 255 or 19.35% from 93); Max value from RGB is 52 - color contains mainly: red. Hex color #341712 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #341712 is #CBE8ED. Grayscale: #1F1F1F. Windows color (decimal): -13363438 or 1185588. OLE color: 1185588.

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

Color convert

RGB 52 23 18 -
CMYK 0 0.56 0.65 0.80
HSL 8.82º 0.49% 0.14% -
HSV(B) 8.82º 0.65% 0.2% -
XYZ 1.83 1.39 0.74 -
YUV 31.1 120.61 142.91 -
System Red Green Blue C M Y K H S L
Decimal 52 23 18 0 0.56 0.65 0.80 8.82 0.49 0.14
Hex 34 17 12 0 38 41 50 9 31 E
Octal 64 27 22 0 70 101 120 11 61 16
Binary 110100 10111 10010 0 111000 1000001 1010000 1001 110001 1110

Color Harmonies of #341712

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #341712

Black with #341712

Text Example


Text Example

White with #341712

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #341712; }

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

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

background-color css

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

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

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

border-color css

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

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

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