Html Css Color HEX #341005 Seal Brown

📋 copy color: '#341005'

red 52 ◦ green 16 ◦ blue 5

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

Shades of Seal Brown #341005

Tints of Seal Brown #341005

RGB

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

 GREEN value IS 16 (6.64% from 255) = 21.92%

 BLUE value IS 5 (2.34% from 255) = 6.85%

R = 71.23%
G = 21.92%
B = 6.85%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.90

 K value IS 0.80

RGB Variations

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

Color information

#341005 (or 0x341005) is known color: Seal Brown. HEX triplet: 34, 10 and 05. RGB value is (52,16,5). Sum of RGB (Red+Green+Blue) = 52+16+5=73 (9% of max value = 765). Red value is 52 (20.70% from 255 or 71.23% from 73); Green value is 16 (6.64% from 255 or 21.92% from 73); Blue value is 5 (2.34% from 255 or 6.85% from 73); Max value from RGB is 52 - color contains mainly: red. Hex color #341005 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #341005 is #CBEFFA. Grayscale: #191919. Windows color (decimal): -13365243 or 331828. OLE color: 331828.

HSL color Cylindrical-coordinate representation of color #341005: hue angle of 14.04º degrees, saturation: 0.82, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #341005 is Cyan = 0, Magento = 0.69, Yellow = 0.90 and Black (K on CMYK) = 0.80.

Color convert

RGB 52 16 5 -
CMYK 0 0.69 0.90 0.80
HSL 14.04º 0.82% 0.11% -
HSV(B) 14.04º 0.9% 0.2% -
XYZ 1.63 1.11 0.27 -
YUV 25.51 116.43 146.89 -
System Red Green Blue C M Y K H S L
Decimal 52 16 5 0 0.69 0.90 0.80 14.04 0.82 0.11
Hex 34 10 5 0 45 5A 50 E 52 B
Octal 64 20 5 0 105 132 120 16 122 13
Binary 110100 10000 101 0 1000101 1011010 1010000 1110 1010010 1011

Color Harmonies of #341005

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #341005

Black with #341005

Text Example


Text Example

White with #341005

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #341005; }

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

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

background-color css

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

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

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

border-color css

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

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

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