Html Css Color HEX #34120C Seal Brown

📋 copy color: '#34120C'

red 52 ◦ green 18 ◦ blue 12

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

Shades of Seal Brown #34120C

Tints of Seal Brown #34120C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 14.63%

R = 63.41%
G = 21.95%
B = 14.63%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.77

 K value IS 0.80

RGB Variations

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

Color information

#34120C (or 0x34120C) is known color: Seal Brown. HEX triplet: 34, 12 and 0C. RGB value is (52,18,12). Sum of RGB (Red+Green+Blue) = 52+18+12=82 (10% of max value = 765). Red value is 52 (20.70% from 255 or 63.41% from 82); Green value is 18 (7.42% from 255 or 21.95% from 82); Blue value is 12 (5.08% from 255 or 14.63% from 82); Max value from RGB is 52 - color contains mainly: red. Hex color #34120C is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #34120C is #CBEDF3. Grayscale: #1B1B1B. Windows color (decimal): -13364724 or 791092. OLE color: 791092.

HSL color Cylindrical-coordinate representation of color #34120C: hue angle of 9º degrees, saturation: 0.62, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #34120C is Cyan = 0, Magento = 0.65, Yellow = 0.77 and Black (K on CMYK) = 0.80.

Color convert

RGB 52 18 12 -
CMYK 0 0.65 0.77 0.80
HSL 0.63% 0.13% -
HSV(B) 0.77% 0.2% -
XYZ 1.7 1.19 0.49 -
YUV 27.48 119.26 145.49 -
System Red Green Blue C M Y K H S L
Decimal 52 18 12 0 0.65 0.77 0.80 9 0.63 0.13
Hex 34 12 C 0 41 4D 50 9 3E D
Octal 64 22 14 0 101 115 120 11 76 15
Binary 110100 10010 1100 0 1000001 1001101 1010000 1001 111110 1101

Color Harmonies of #34120C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34120C

Black with #34120C

Text Example


Text Example

White with #34120C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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