Html Css Color HEX #340D0C Seal Brown

📋 copy color: '#340D0C'

red 52 ◦ green 13 ◦ blue 12

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

Shades of Seal Brown #340D0C

Tints of Seal Brown #340D0C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 15.58%

R = 67.53%
G = 16.88%
B = 15.58%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.77

 K value IS 0.80

RGB Variations

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

Color information

#340D0C (or 0x340D0C) is known color: Seal Brown. HEX triplet: 34, 0D and 0C. RGB value is (52,13,12). Sum of RGB (Red+Green+Blue) = 52+13+12=77 (10% of max value = 765). Red value is 52 (20.70% from 255 or 67.53% from 77); Green value is 13 (5.47% from 255 or 16.88% from 77); Blue value is 12 (5.08% from 255 or 15.58% from 77); Max value from RGB is 52 - color contains mainly: red. Hex color #340D0C is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #340D0C is #CBF2F3. Grayscale: #181818. Windows color (decimal): -13366004 or 789812. OLE color: 789812.

HSL color Cylindrical-coordinate representation of color #340D0C: hue angle of 1.5º degrees, saturation: 0.62, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #340D0C is Cyan = 0, Magento = 0.75, Yellow = 0.77 and Black (K on CMYK) = 0.80.

Color convert

RGB 52 13 12 -
CMYK 0 0.75 0.77 0.80
HSL 1.5º 0.63% 0.13% -
HSV(B) 1.5º 0.77% 0.2% -
XYZ 1.63 1.04 0.46 -
YUV 24.55 120.92 147.58 -
System Red Green Blue C M Y K H S L
Decimal 52 13 12 0 0.75 0.77 0.80 1.5 0.63 0.13
Hex 34 D C 0 4B 4D 50 2 3E D
Octal 64 15 14 0 113 115 120 2 76 15
Binary 110100 1101 1100 0 1001011 1001101 1010000 10 111110 1101

Color Harmonies of #340D0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #340D0C

Black with #340D0C

Text Example


Text Example

White with #340D0C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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