Html Css Color HEX #34150D Seal Brown

📋 copy color: '#34150D'

red 52 ◦ green 21 ◦ blue 13

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

Shades of Seal Brown #34150D

Tints of Seal Brown #34150D

RGB

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

 GREEN value IS 21 (8.59% from 255) = 24.42%

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

R = 60.47%
G = 24.42%
B = 15.12%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.75

 K value IS 0.80

RGB Variations

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

Color information

#34150D (or 0x34150D) is known color: Seal Brown. HEX triplet: 34, 15 and 0D. RGB value is (52,21,13). Sum of RGB (Red+Green+Blue) = 52+21+13=86 (11% of max value = 765). Red value is 52 (20.70% from 255 or 60.47% from 86); Green value is 21 (8.59% from 255 or 24.42% from 86); Blue value is 13 (5.47% from 255 or 15.12% from 86); Max value from RGB is 52 - color contains mainly: red. Hex color #34150D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #34150D is #CBEAF2. Grayscale: #1D1D1D. Windows color (decimal): -13363955 or 857396. OLE color: 857396.

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

Color convert

RGB 52 21 13 -
CMYK 0 0.60 0.75 0.80
HSL 12.31º 0.6% 0.13% -
HSV(B) 12.31º 0.75% 0.2% -
XYZ 1.76 1.3 0.54 -
YUV 29.36 118.77 144.15 -
System Red Green Blue C M Y K H S L
Decimal 52 21 13 0 0.60 0.75 0.80 12.31 0.6 0.13
Hex 34 15 D 0 3C 4B 50 C 3C D
Octal 64 25 15 0 74 113 120 14 74 15
Binary 110100 10101 1101 0 111100 1001011 1010000 1100 111100 1101

Color Harmonies of #34150D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34150D

Black with #34150D

Text Example


Text Example

White with #34150D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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