Html Css Color HEX #340908 Seal Brown

📋 copy color: '#340908'

red 52 ◦ green 9 ◦ blue 8

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

Shades of Seal Brown #340908

Tints of Seal Brown #340908

RGB

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

 GREEN value IS 9 (3.91% from 255) = 13.04%

 BLUE value IS 8 (3.52% from 255) = 11.59%

R = 75.36%
G = 13.04%
B = 11.59%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.85

 K value IS 0.80

RGB Variations

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

Color information

#340908 (or 0x340908) is known color: Seal Brown. HEX triplet: 34, 09 and 08. RGB value is (52,9,8). Sum of RGB (Red+Green+Blue) = 52+9+8=69 (9% of max value = 765). Red value is 52 (20.70% from 255 or 75.36% from 69); Green value is 9 (3.91% from 255 or 13.04% from 69); Blue value is 8 (3.52% from 255 or 11.59% from 69); Max value from RGB is 52 - color contains mainly: red. Hex color #340908 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #340908 is #CBF6F7. Grayscale: #151515. Windows color (decimal): -13367032 or 526644. OLE color: 526644.

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

Color convert

RGB 52 9 8 -
CMYK 0 0.83 0.85 0.80
HSL 1.36º 0.73% 0.12% -
HSV(B) 1.36º 0.85% 0.2% -
XYZ 1.56 0.94 0.33 -
YUV 21.74 120.25 149.58 -
System Red Green Blue C M Y K H S L
Decimal 52 9 8 0 0.83 0.85 0.80 1.36 0.73 0.12
Hex 34 9 8 0 53 55 50 1 49 C
Octal 64 11 10 0 123 125 120 1 111 14
Binary 110100 1001 1000 0 1010011 1010101 1010000 1 1001001 1100

Color Harmonies of #340908

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #340908

Black with #340908

Text Example


Text Example

White with #340908

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #340908; }

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

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

background-color css

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

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

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

border-color css

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

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

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