Html Css Color HEX #34150E Seal Brown

📋 copy color: '#34150E'

red 52 ◦ green 21 ◦ blue 14

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

Shades of Seal Brown #34150E

Tints of Seal Brown #34150E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 16.09%

R = 59.77%
G = 24.14%
B = 16.09%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.73

 K value IS 0.80

RGB Variations

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

Color information

#34150E (or 0x34150E) is known color: Seal Brown. HEX triplet: 34, 15 and 0E. RGB value is (52,21,14). Sum of RGB (Red+Green+Blue) = 52+21+14=87 (11% of max value = 765). Red value is 52 (20.70% from 255 or 59.77% from 87); Green value is 21 (8.59% from 255 or 24.14% from 87); Blue value is 14 (5.86% from 255 or 16.09% from 87); Max value from RGB is 52 - color contains mainly: red. Hex color #34150E is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #34150E is #CBEAF1. Grayscale: #1D1D1D. Windows color (decimal): -13363954 or 922932. OLE color: 922932.

HSL color Cylindrical-coordinate representation of color #34150E: hue angle of 11.05º degrees, saturation: 0.58, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #34150E is Cyan = 0, Magento = 0.60, Yellow = 0.73 and Black (K on CMYK) = 0.80.

Color convert

RGB 52 21 14 -
CMYK 0 0.60 0.73 0.80
HSL 11.05º 0.58% 0.13% -
HSV(B) 11.05º 0.73% 0.2% -
XYZ 1.76 1.3 0.57 -
YUV 29.47 119.27 144.07 -
System Red Green Blue C M Y K H S L
Decimal 52 21 14 0 0.60 0.73 0.80 11.05 0.58 0.13
Hex 34 15 E 0 3C 49 50 B 3A D
Octal 64 25 16 0 74 111 120 13 72 15
Binary 110100 10101 1110 0 111100 1001001 1010000 1011 111010 1101

Color Harmonies of #34150E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34150E

Black with #34150E

Text Example


Text Example

White with #34150E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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