Html Css Color HEX #34130B Seal Brown

📋 copy color: '#34130B'

red 52 ◦ green 19 ◦ blue 11

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

Shades of Seal Brown #34130B

Tints of Seal Brown #34130B

RGB

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

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

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

R = 63.41%
G = 23.17%
B = 13.41%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.79

 K value IS 0.80

RGB Variations

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

Color information

#34130B (or 0x34130B) is known color: Seal Brown. HEX triplet: 34, 13 and 0B. RGB value is (52,19,11). Sum of RGB (Red+Green+Blue) = 52+19+11=82 (10% of max value = 765). Red value is 52 (20.70% from 255 or 63.41% from 82); Green value is 19 (7.81% from 255 or 23.17% from 82); Blue value is 11 (4.69% from 255 or 13.41% from 82); Max value from RGB is 52 - color contains mainly: red. Hex color #34130B is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #34130B is #CBECF4. Grayscale: #1C1C1C. Windows color (decimal): -13364469 or 725812. OLE color: 725812.

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

Color convert

RGB 52 19 11 -
CMYK 0 0.63 0.79 0.80
HSL 11.71º 0.65% 0.12% -
HSV(B) 11.71º 0.79% 0.2% -
XYZ 1.71 1.22 0.46 -
YUV 27.96 118.43 145.15 -
System Red Green Blue C M Y K H S L
Decimal 52 19 11 0 0.63 0.79 0.80 11.71 0.65 0.12
Hex 34 13 B 0 3F 4F 50 C 41 C
Octal 64 23 13 0 77 117 120 14 101 14
Binary 110100 10011 1011 0 111111 1001111 1010000 1100 1000001 1100

Color Harmonies of #34130B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34130B

Black with #34130B

Text Example


Text Example

White with #34130B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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