Html Css Color HEX #34120D Seal Brown

📋 copy color: '#34120D'

red 52 ◦ green 18 ◦ blue 13

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

Shades of Seal Brown #34120D

Tints of Seal Brown #34120D

RGB

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

 GREEN value IS 18 (7.42% from 255) = 21.69%

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

R = 62.65%
G = 21.69%
B = 15.66%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.75

 K value IS 0.80

RGB Variations

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

Color information

#34120D (or 0x34120D) is known color: Seal Brown. HEX triplet: 34, 12 and 0D. RGB value is (52,18,13). Sum of RGB (Red+Green+Blue) = 52+18+13=83 (10% of max value = 765). Red value is 52 (20.70% from 255 or 62.65% from 83); Green value is 18 (7.42% from 255 or 21.69% from 83); Blue value is 13 (5.47% from 255 or 15.66% from 83); Max value from RGB is 52 - color contains mainly: red. Hex color #34120D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #34120D is #CBEDF2. Grayscale: #1B1B1B. Windows color (decimal): -13364723 or 856628. OLE color: 856628.

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

Color convert

RGB 52 18 13 -
CMYK 0 0.65 0.75 0.80
HSL 7.69º 0.6% 0.13% -
HSV(B) 7.69º 0.75% 0.2% -
XYZ 1.71 1.19 0.52 -
YUV 27.6 119.76 145.41 -
System Red Green Blue C M Y K H S L
Decimal 52 18 13 0 0.65 0.75 0.80 7.69 0.6 0.13
Hex 34 12 D 0 41 4B 50 8 3C D
Octal 64 22 15 0 101 113 120 10 74 15
Binary 110100 10010 1101 0 1000001 1001011 1010000 1000 111100 1101

Color Harmonies of #34120D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34120D

Black with #34120D

Text Example


Text Example

White with #34120D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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