#340C03

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

Shades of Seal Brown #340C03

Tints of Seal Brown #340C03

Color information

#340C03 (or 0x340C03) is unknown color: approx Seal Brown. HEX triplet: 34, 0C and 03. RGB value is (52,12,3). Sum of RGB (Red+Green+Blue) = 52+12+3=67 (8% of max value = 765). Red value is 52 (20.70% from 255 or 77.61% from 67); Green value is 12 (5.08% from 255 or 17.91% from 67); Blue value is 3 (1.56% from 255 or 4.48% from 67); Max value from RGB is 52 - color contains mainly: red. Hex color #340C03 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #340C03 is #CBF3FC. Grayscale: #171717. Windows color (decimal): -13366269 or 199732. OLE color: 199732.

HSL color Cylindrical-coordinate representation of color #340C03: hue angle of 11.02º degrees, saturation: 0.89, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #340C03 is Cyan = 0, Magento = 0.77, Yellow = 0.94 and Black (K on CMYK) = 0.80.

Color convert

RGB52123-
CMYK00.770.940.80
HSL11.02º89.09%10.78%-
HSV(B)11.02º94.23%20.39%-
XYZ1.5610.2-
YUV22.93116.75148.73-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 77.61%
GREEN value IS 12 (5.08% from 255) = 17.91%
BLUE value IS 3 (1.56% from 255) = 4.48%
R=77.61%
G=17.91%
B=4.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.94
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal5212300.770.940.8011.0289.0910.78
Hex34C304D5E50b59b
Octal6414301151361201313113
Binary1101001100110100110110111101010000101110110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #340C03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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