Html Css Color HEX #341610 Seal Brown

📋 copy color: '#341610'

red 52 ◦ green 22 ◦ blue 16

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

Shades of Seal Brown #341610

Tints of Seal Brown #341610

RGB

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

 GREEN value IS 22 (8.98% from 255) = 24.44%

 BLUE value IS 16 (6.64% from 255) = 17.78%

R = 57.78%
G = 24.44%
B = 17.78%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.69

 K value IS 0.80

RGB Variations

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

Color information

#341610 (or 0x341610) is known color: Seal Brown. HEX triplet: 34, 16 and 10. RGB value is (52,22,16). Sum of RGB (Red+Green+Blue) = 52+22+16=90 (11% of max value = 765). Red value is 52 (20.70% from 255 or 57.78% from 90); Green value is 22 (8.98% from 255 or 24.44% from 90); Blue value is 16 (6.64% from 255 or 17.78% from 90); Max value from RGB is 52 - color contains mainly: red. Hex color #341610 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #341610 is #CBE9EF. Grayscale: #1E1E1E. Windows color (decimal): -13363696 or 1054260. OLE color: 1054260.

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

Color convert

RGB 52 22 16 -
CMYK 0 0.58 0.69 0.80
HSL 10º 0.53% 0.13% -
HSV(B) 10º 0.69% 0.2% -
XYZ 1.8 1.34 0.65 -
YUV 30.29 119.94 143.49 -
System Red Green Blue C M Y K H S L
Decimal 52 22 16 0 0.58 0.69 0.80 10 0.53 0.13
Hex 34 16 10 0 3A 45 50 A 35 D
Octal 64 26 20 0 72 105 120 12 65 15
Binary 110100 10110 10000 0 111010 1000101 1010000 1010 110101 1101

Color Harmonies of #341610

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #341610

Black with #341610

Text Example


Text Example

White with #341610

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #341610; }

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

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

background-color css

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

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

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

border-color css

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

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

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