Html Css Color HEX #341409 Seal Brown

📋 copy color: '#341409'

red 52 ◦ green 20 ◦ blue 9

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

Shades of Seal Brown #341409

Tints of Seal Brown #341409

RGB

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

 GREEN value IS 20 (8.2% from 255) = 24.69%

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

R = 64.2%
G = 24.69%
B = 11.11%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.83

 K value IS 0.80

RGB Variations

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

Color information

#341409 (or 0x341409) is known color: Seal Brown. HEX triplet: 34, 14 and 09. RGB value is (52,20,9). Sum of RGB (Red+Green+Blue) = 52+20+9=81 (10% of max value = 765). Red value is 52 (20.70% from 255 or 64.20% from 81); Green value is 20 (8.20% from 255 or 24.69% from 81); Blue value is 9 (3.91% from 255 or 11.11% from 81); Max value from RGB is 52 - color contains mainly: red. Hex color #341409 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #341409 is #CBEBF6. Grayscale: #1C1C1C. Windows color (decimal): -13364215 or 594996. OLE color: 594996.

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

Color convert

RGB 52 20 9 -
CMYK 0 0.62 0.83 0.80
HSL 15.35º 0.7% 0.12% -
HSV(B) 15.35º 0.83% 0.2% -
XYZ 1.72 1.25 0.41 -
YUV 28.31 117.1 144.89 -
System Red Green Blue C M Y K H S L
Decimal 52 20 9 0 0.62 0.83 0.80 15.35 0.7 0.12
Hex 34 14 9 0 3E 53 50 F 46 C
Octal 64 24 11 0 76 123 120 17 106 14
Binary 110100 10100 1001 0 111110 1010011 1010000 1111 1000110 1100

Color Harmonies of #341409

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #341409

Black with #341409

Text Example


Text Example

White with #341409

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #341409; }

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

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

background-color css

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

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

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

border-color css

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

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

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