Html Css Color HEX #341309 Seal Brown

📋 copy color: '#341309'

red 52 ◦ green 19 ◦ blue 9

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

Shades of Seal Brown #341309

Tints of Seal Brown #341309

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 11.25%

R = 65%
G = 23.75%
B = 11.25%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.83

 K value IS 0.80

RGB Variations

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

Color information

#341309 (or 0x341309) is known color: Seal Brown. HEX triplet: 34, 13 and 09. RGB value is (52,19,9). Sum of RGB (Red+Green+Blue) = 52+19+9=80 (10% of max value = 765). Red value is 52 (20.70% from 255 or 65% from 80); Green value is 19 (7.81% from 255 or 23.75% from 80); Blue value is 9 (3.91% from 255 or 11.25% from 80); Max value from RGB is 52 - color contains mainly: red. Hex color #341309 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #341309 is #CBECF6. Grayscale: #1B1B1B. Windows color (decimal): -13364471 or 594740. OLE color: 594740.

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

Color convert

RGB 52 19 9 -
CMYK 0 0.63 0.83 0.80
HSL 13.95º 0.7% 0.12% -
HSV(B) 13.95º 0.83% 0.2% -
XYZ 1.7 1.22 0.4 -
YUV 27.73 117.43 145.31 -
System Red Green Blue C M Y K H S L
Decimal 52 19 9 0 0.63 0.83 0.80 13.95 0.7 0.12
Hex 34 13 9 0 3F 53 50 E 46 C
Octal 64 23 11 0 77 123 120 16 106 14
Binary 110100 10011 1001 0 111111 1010011 1010000 1110 1000110 1100

Color Harmonies of #341309

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #341309

Black with #341309

Text Example


Text Example

White with #341309

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #341309; }

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

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

background-color css

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

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

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

border-color css

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

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

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