Html Css Color HEX #340D08 Seal Brown

📋 copy color: '#340D08'

red 52 ◦ green 13 ◦ blue 8

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

Shades of Seal Brown #340D08

Tints of Seal Brown #340D08

RGB

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

 GREEN value IS 13 (5.47% from 255) = 17.81%

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

R = 71.23%
G = 17.81%
B = 10.96%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.85

 K value IS 0.80

RGB Variations

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

Color information

#340D08 (or 0x340D08) is known color: Seal Brown. HEX triplet: 34, 0D and 08. RGB value is (52,13,8). Sum of RGB (Red+Green+Blue) = 52+13+8=73 (9% of max value = 765). Red value is 52 (20.70% from 255 or 71.23% from 73); Green value is 13 (5.47% from 255 or 17.81% from 73); Blue value is 8 (3.52% from 255 or 10.96% from 73); Max value from RGB is 52 - color contains mainly: red. Hex color #340D08 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #340D08 is #CBF2F7. Grayscale: #181818. Windows color (decimal): -13366008 or 527668. OLE color: 527668.

HSL color Cylindrical-coordinate representation of color #340D08: hue angle of 6.82º 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 #340D08 is Cyan = 0, Magento = 0.75, Yellow = 0.85 and Black (K on CMYK) = 0.80.

Color convert

RGB 52 13 8 -
CMYK 0 0.75 0.85 0.80
HSL 6.82º 0.73% 0.12% -
HSV(B) 6.82º 0.85% 0.2% -
XYZ 1.6 1.04 0.35 -
YUV 24.09 118.92 147.91 -
System Red Green Blue C M Y K H S L
Decimal 52 13 8 0 0.75 0.85 0.80 6.82 0.73 0.12
Hex 34 D 8 0 4B 55 50 7 49 C
Octal 64 15 10 0 113 125 120 7 111 14
Binary 110100 1101 1000 0 1001011 1010101 1010000 111 1001001 1100

Color Harmonies of #340D08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #340D08

Black with #340D08

Text Example


Text Example

White with #340D08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #340D08; }

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

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

background-color css

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

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

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

border-color css

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

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

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