Html Css Color HEX #34110D Seal Brown

📋 copy color: '#34110D'

red 52 ◦ green 17 ◦ blue 13

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

Shades of Seal Brown #34110D

Tints of Seal Brown #34110D

RGB

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

 GREEN value IS 17 (7.03% from 255) = 20.73%

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

R = 63.41%
G = 20.73%
B = 15.85%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.75

 K value IS 0.80

RGB Variations

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

Color information

#34110D (or 0x34110D) is known color: Seal Brown. HEX triplet: 34, 11 and 0D. RGB value is (52,17,13). Sum of RGB (Red+Green+Blue) = 52+17+13=82 (10% of max value = 765). Red value is 52 (20.70% from 255 or 63.41% from 82); Green value is 17 (7.03% from 255 or 20.73% from 82); Blue value is 13 (5.47% from 255 or 15.85% from 82); Max value from RGB is 52 - color contains mainly: red. Hex color #34110D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #34110D is #CBEEF2. Grayscale: #1B1B1B. Windows color (decimal): -13364979 or 856372. OLE color: 856372.

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

Color convert

RGB 52 17 13 -
CMYK 0 0.67 0.75 0.80
HSL 6.15º 0.6% 0.13% -
HSV(B) 6.15º 0.75% 0.2% -
XYZ 1.69 1.16 0.52 -
YUV 27.01 120.1 145.83 -
System Red Green Blue C M Y K H S L
Decimal 52 17 13 0 0.67 0.75 0.80 6.15 0.6 0.13
Hex 34 11 D 0 43 4B 50 6 3C D
Octal 64 21 15 0 103 113 120 6 74 15
Binary 110100 10001 1101 0 1000011 1001011 1010000 110 111100 1101

Color Harmonies of #34110D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34110D

Black with #34110D

Text Example


Text Example

White with #34110D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #34110D; }

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

 H1.HeaderClassName
 {
   color: #34110D;
 }
 .AnyTagClassName
 {
   color: #34110D;
 }
</style>

background-color css

<style>
 a { background-color: #34110D; }

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

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

border-color css

<style>
 span { border-color: #34110D; }

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

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