#340C0B

Color #340C0B Seal Brown (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Seal Brown #340C0B

Tints of Seal Brown #340C0B

Color information

#340C0B (or 0x340C0B) is unknown color: approx Seal Brown. HEX triplet: 34, 0C and 0B. RGB value is (52,12,11). Sum of RGB (Red+Green+Blue) = 52+12+11=75 (9% of max value = 765). Red value is 52 (20.70% from 255 or 69.33% from 75); Green value is 12 (5.08% from 255 or 16% from 75); Blue value is 11 (4.69% from 255 or 14.67% from 75); Max value from RGB is 52 - color contains mainly: red. Hex color #340C0B is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #340C0B is #CBF3F4. Grayscale: #171717. Windows color (decimal): -13366261 or 724020. OLE color: 724020.

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

Color convert

RGB521211-
CMYK00.770.790.80
HSL1.46º65.08%12.35%-
HSV(B)1.46º78.85%20.39%-
XYZ1.611.020.43-
YUV23.85120.75148.08-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 69.33%
GREEN value IS 12 (5.08% from 255) = 16%
BLUE value IS 11 (4.69% from 255) = 14.67%
R=69.33%
G=16%
B=14.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.79
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal52121100.770.790.801.4665.0812.35
Hex34CB04D4F50141c
Octal6414130115117120110114
Binary110100110010110100110110011111010000110000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #340C0B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #340C0B; }

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

 H1.HeaderClassName
 {
   color: #340C0B;
 }
 .AnyTagClassName
 {
   color: #340C0B;
 }
</style>
background-color css

<style>
 a { background-color: #340C0B; }

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

 div.DivClassName
 {
   background-color: #340C0B;
 }
 .BgClassName
 {
   background-color: #340C0B;
 }
</style>
border-color css

<style>
 span { border-color: #340C0B; }

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

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