Html Css Color HEX #340F0D Seal Brown

📋 copy color: '#340F0D'

red 52 ◦ green 15 ◦ blue 13

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

Shades of Seal Brown #340F0D

Tints of Seal Brown #340F0D

RGB

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

 GREEN value IS 15 (6.25% from 255) = 18.75%

 BLUE value IS 13 (5.47% from 255) = 16.25%

R = 65%
G = 18.75%
B = 16.25%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.75

 K value IS 0.80

RGB Variations

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

Color information

#340F0D (or 0x340F0D) is known color: Seal Brown. HEX triplet: 34, 0F and 0D. RGB value is (52,15,13). Sum of RGB (Red+Green+Blue) = 52+15+13=80 (10% of max value = 765). Red value is 52 (20.70% from 255 or 65% from 80); Green value is 15 (6.25% from 255 or 18.75% from 80); Blue value is 13 (5.47% from 255 or 16.25% from 80); Max value from RGB is 52 - color contains mainly: red. Hex color #340F0D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #340F0D is #CBF0F2. Grayscale: #191919. Windows color (decimal): -13365491 or 855860. OLE color: 855860.

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

Color convert

RGB 52 15 13 -
CMYK 0 0.71 0.75 0.80
HSL 3.08º 0.6% 0.13% -
HSV(B) 3.08º 0.75% 0.2% -
XYZ 1.66 1.1 0.51 -
YUV 25.84 120.76 146.66 -
System Red Green Blue C M Y K H S L
Decimal 52 15 13 0 0.71 0.75 0.80 3.08 0.6 0.13
Hex 34 F D 0 47 4B 50 3 3C D
Octal 64 17 15 0 107 113 120 3 74 15
Binary 110100 1111 1101 0 1000111 1001011 1010000 11 111100 1101

Color Harmonies of #340F0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #340F0D

Black with #340F0D

Text Example


Text Example

White with #340F0D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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