Html Css Color HEX #341306 Seal Brown

📋 copy color: '#341306'

red 52 ◦ green 19 ◦ blue 6

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

Shades of Seal Brown #341306

Tints of Seal Brown #341306

RGB

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

 GREEN value IS 19 (7.81% from 255) = 24.68%

 BLUE value IS 6 (2.73% from 255) = 7.79%

R = 67.53%
G = 24.68%
B = 7.79%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.88

 K value IS 0.80

RGB Variations

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

Color information

#341306 (or 0x341306) is known color: Seal Brown. HEX triplet: 34, 13 and 06. RGB value is (52,19,6). Sum of RGB (Red+Green+Blue) = 52+19+6=77 (10% of max value = 765). Red value is 52 (20.70% from 255 or 67.53% from 77); Green value is 19 (7.81% from 255 or 24.68% from 77); Blue value is 6 (2.73% from 255 or 7.79% from 77); Max value from RGB is 52 - color contains mainly: red. Hex color #341306 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #341306 is #CBECF9. Grayscale: #1B1B1B. Windows color (decimal): -13364474 or 398132. OLE color: 398132.

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

Color convert

RGB 52 19 6 -
CMYK 0 0.63 0.88 0.80
HSL 16.96º 0.79% 0.11% -
HSV(B) 16.96º 0.88% 0.2% -
XYZ 1.68 1.21 0.32 -
YUV 27.39 115.93 145.56 -
System Red Green Blue C M Y K H S L
Decimal 52 19 6 0 0.63 0.88 0.80 16.96 0.79 0.11
Hex 34 13 6 0 3F 58 50 11 4F B
Octal 64 23 6 0 77 130 120 21 117 13
Binary 110100 10011 110 0 111111 1011000 1010000 10001 1001111 1011

Color Harmonies of #341306

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #341306

Black with #341306

Text Example


Text Example

White with #341306

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #341306; }

 p { color: rgb(52,19,6); }

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

background-color css

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

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

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

border-color css

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

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

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