Html Css Color HEX #34130E Seal Brown

📋 copy color: '#34130E'

red 52 ◦ green 19 ◦ blue 14

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

Shades of Seal Brown #34130E

Tints of Seal Brown #34130E

RGB

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

 GREEN value IS 19 (7.81% from 255) = 22.35%

 BLUE value IS 14 (5.86% from 255) = 16.47%

R = 61.18%
G = 22.35%
B = 16.47%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.73

 K value IS 0.80

RGB Variations

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

Color information

#34130E (or 0x34130E) is known color: Seal Brown. HEX triplet: 34, 13 and 0E. RGB value is (52,19,14). Sum of RGB (Red+Green+Blue) = 52+19+14=85 (11% of max value = 765). Red value is 52 (20.70% from 255 or 61.18% from 85); Green value is 19 (7.81% from 255 or 22.35% from 85); Blue value is 14 (5.86% from 255 or 16.47% from 85); Max value from RGB is 52 - color contains mainly: red. Hex color #34130E is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #34130E is #CBECF1. Grayscale: #1C1C1C. Windows color (decimal): -13364466 or 922420. OLE color: 922420.

HSL color Cylindrical-coordinate representation of color #34130E: hue angle of 7.89º degrees, saturation: 0.58, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #34130E is Cyan = 0, Magento = 0.63, Yellow = 0.73 and Black (K on CMYK) = 0.80.

Color convert

RGB 52 19 14 -
CMYK 0 0.63 0.73 0.80
HSL 7.89º 0.58% 0.13% -
HSV(B) 7.89º 0.73% 0.2% -
XYZ 1.73 1.23 0.56 -
YUV 28.3 119.93 144.91 -
System Red Green Blue C M Y K H S L
Decimal 52 19 14 0 0.63 0.73 0.80 7.89 0.58 0.13
Hex 34 13 E 0 3F 49 50 8 3A D
Octal 64 23 16 0 77 111 120 10 72 15
Binary 110100 10011 1110 0 111111 1001001 1010000 1000 111010 1101

Color Harmonies of #34130E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34130E

Black with #34130E

Text Example


Text Example

White with #34130E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #34130E; }

 p { color: rgb(52,19,14); }

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

background-color css

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

 a { background-color: rgb(52,19,14); }

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

border-color css

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

 span { border-color: rgb(52,19,14); }

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