Html Css Color HEX #340D07 Seal Brown

📋 copy color: '#340D07'

red 52 ◦ green 13 ◦ blue 7

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

Shades of Seal Brown #340D07

Tints of Seal Brown #340D07

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 9.72%

R = 72.22%
G = 18.06%
B = 9.72%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.87

 K value IS 0.80

RGB Variations

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

Color information

#340D07 (or 0x340D07) is known color: Seal Brown. HEX triplet: 34, 0D and 07. RGB value is (52,13,7). Sum of RGB (Red+Green+Blue) = 52+13+7=72 (9% of max value = 765). Red value is 52 (20.70% from 255 or 72.22% from 72); Green value is 13 (5.47% from 255 or 18.06% from 72); Blue value is 7 (3.12% from 255 or 9.72% from 72); Max value from RGB is 52 - color contains mainly: red. Hex color #340D07 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #340D07 is #CBF2F8. Grayscale: #181818. Windows color (decimal): -13366009 or 462132. OLE color: 462132.

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

Color convert

RGB 52 13 7 -
CMYK 0 0.75 0.87 0.80
HSL 0.76% 0.12% -
HSV(B) 0.87% 0.2% -
XYZ 1.6 1.03 0.32 -
YUV 23.98 118.42 147.99 -
System Red Green Blue C M Y K H S L
Decimal 52 13 7 0 0.75 0.87 0.80 8 0.76 0.12
Hex 34 D 7 0 4B 57 50 8 4C C
Octal 64 15 7 0 113 127 120 10 114 14
Binary 110100 1101 111 0 1001011 1010111 1010000 1000 1001100 1100

Color Harmonies of #340D07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #340D07

Black with #340D07

Text Example


Text Example

White with #340D07

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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