Html Css Color HEX #34140B Seal Brown

📋 copy color: '#34140B'

red 52 ◦ green 20 ◦ blue 11

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

Shades of Seal Brown #34140B

Tints of Seal Brown #34140B

RGB

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

 GREEN value IS 20 (8.2% from 255) = 24.1%

 BLUE value IS 11 (4.69% from 255) = 13.25%

R = 62.65%
G = 24.1%
B = 13.25%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.79

 K value IS 0.80

RGB Variations

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

Color information

#34140B (or 0x34140B) is known color: Seal Brown. HEX triplet: 34, 14 and 0B. RGB value is (52,20,11). Sum of RGB (Red+Green+Blue) = 52+20+11=83 (10% of max value = 765). Red value is 52 (20.70% from 255 or 62.65% from 83); Green value is 20 (8.20% from 255 or 24.10% from 83); Blue value is 11 (4.69% from 255 or 13.25% from 83); Max value from RGB is 52 - color contains mainly: red. Hex color #34140B is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #34140B is #CBEBF4. Grayscale: #1C1C1C. Windows color (decimal): -13364213 or 726068. OLE color: 726068.

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

Color convert

RGB 52 20 11 -
CMYK 0 0.62 0.79 0.80
HSL 13.17º 0.65% 0.12% -
HSV(B) 13.17º 0.79% 0.2% -
XYZ 1.73 1.25 0.47 -
YUV 28.54 118.1 144.73 -
System Red Green Blue C M Y K H S L
Decimal 52 20 11 0 0.62 0.79 0.80 13.17 0.65 0.12
Hex 34 14 B 0 3E 4F 50 D 41 C
Octal 64 24 13 0 76 117 120 15 101 14
Binary 110100 10100 1011 0 111110 1001111 1010000 1101 1000001 1100

Color Harmonies of #34140B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34140B

Black with #34140B

Text Example


Text Example

White with #34140B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #34140B; }

 p { color: rgb(52,20,11); }

 H1.HeaderClassName
 {
   color: #34140B;
 }
 .AnyTagClassName
 {
   color: #34140B;
 }
</style>

background-color css

<style>
 a { background-color: #34140B; }

 a { background-color: rgb(52,20,11); }

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

border-color css

<style>
 span { border-color: #34140B; }

 span { border-color: rgb(52,20,11); }

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