Html Css Color HEX #34130C Seal Brown

📋 copy color: '#34130C'

red 52 ◦ green 19 ◦ blue 12

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

Shades of Seal Brown #34130C

Tints of Seal Brown #34130C

RGB

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

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

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

R = 62.65%
G = 22.89%
B = 14.46%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.77

 K value IS 0.80

RGB Variations

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

Color information

#34130C (or 0x34130C) is known color: Seal Brown. HEX triplet: 34, 13 and 0C. RGB value is (52,19,12). Sum of RGB (Red+Green+Blue) = 52+19+12=83 (10% of max value = 765). Red value is 52 (20.70% from 255 or 62.65% from 83); Green value is 19 (7.81% from 255 or 22.89% from 83); Blue value is 12 (5.08% from 255 or 14.46% from 83); Max value from RGB is 52 - color contains mainly: red. Hex color #34130C is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #34130C is #CBECF3. Grayscale: #1C1C1C. Windows color (decimal): -13364468 or 791348. OLE color: 791348.

HSL color Cylindrical-coordinate representation of color #34130C: hue angle of 10.5º 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 #34130C is Cyan = 0, Magento = 0.63, Yellow = 0.77 and Black (K on CMYK) = 0.80.

Color convert

RGB 52 19 12 -
CMYK 0 0.63 0.77 0.80
HSL 10.5º 0.63% 0.13% -
HSV(B) 10.5º 0.77% 0.2% -
XYZ 1.72 1.22 0.49 -
YUV 28.07 118.93 145.07 -
System Red Green Blue C M Y K H S L
Decimal 52 19 12 0 0.63 0.77 0.80 10.5 0.63 0.13
Hex 34 13 C 0 3F 4D 50 A 3E D
Octal 64 23 14 0 77 115 120 12 76 15
Binary 110100 10011 1100 0 111111 1001101 1010000 1010 111110 1101

Color Harmonies of #34130C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34130C

Black with #34130C

Text Example


Text Example

White with #34130C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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