Html Css Color HEX #340705 Seal Brown

📋 copy color: '#340705'

red 52 ◦ green 7 ◦ blue 5

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

Shades of Seal Brown #340705

Tints of Seal Brown #340705

RGB

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

 GREEN value IS 7 (3.13% from 255) = 10.94%

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

R = 81.25%
G = 10.94%
B = 7.81%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.90

 K value IS 0.80

RGB Variations

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

Color information

#340705 (or 0x340705) is known color: Seal Brown. HEX triplet: 34, 07 and 05. RGB value is (52,7,5). Sum of RGB (Red+Green+Blue) = 52+7+5=64 (8% of max value = 765). Red value is 52 (20.70% from 255 or 81.25% from 64); Green value is 7 (3.12% from 255 or 10.94% from 64); Blue value is 5 (2.34% from 255 or 7.81% from 64); Max value from RGB is 52 - color contains mainly: red. Hex color #340705 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #340705 is #CBF8FA. Grayscale: #141414. Windows color (decimal): -13367547 or 329524. OLE color: 329524.

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

Color convert

RGB 52 7 5 -
CMYK 0 0.87 0.90 0.80
HSL 2.55º 0.82% 0.11% -
HSV(B) 2.55º 0.9% 0.2% -
XYZ 1.52 0.89 0.24 -
YUV 20.23 119.41 150.66 -
System Red Green Blue C M Y K H S L
Decimal 52 7 5 0 0.87 0.90 0.80 2.55 0.82 0.11
Hex 34 7 5 0 57 5A 50 3 52 B
Octal 64 7 5 0 127 132 120 3 122 13
Binary 110100 111 101 0 1010111 1011010 1010000 11 1010010 1011

Color Harmonies of #340705

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #340705

Black with #340705

Text Example


Text Example

White with #340705

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #340705; }

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

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

background-color css

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

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

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

border-color css

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

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

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