#34300A

Color #34300A Maire (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Maire #34300A

Tints of Maire #34300A

Color information

#34300A (or 0x34300A) is unknown color: approx Maire. HEX triplet: 34, 30 and 0A. RGB value is (52,48,10). Sum of RGB (Red+Green+Blue) = 52+48+10=110 (14% of max value = 765). Red value is 52 (20.70% from 255 or 47.27% from 110); Green value is 48 (19.14% from 255 or 43.64% from 110); Blue value is 10 (4.30% from 255 or 9.09% from 110); Max value from RGB is 52 - color contains mainly: red. Hex color #34300A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #34300A is #CBCFF5. Grayscale: #2D2D2D. Windows color (decimal): -13357046 or 667700. OLE color: 667700.

HSL color Cylindrical-coordinate representation of color #34300A: hue angle of 54.29º degrees, saturation: 0.68, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #34300A is Cyan = 0, Magento = 0.08, Yellow = 0.81 and Black (K on CMYK) = 0.80.

Color convert

RGB524810-
CMYK00.080.810.80
HSL54.29º67.74%12.16%-
HSV(B)54.29º80.77%20.39%-
XYZ2.532.870.71-
YUV44.86108.33133.09-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 47.27%
GREEN value IS 48 (19.14% from 255) = 43.64%
BLUE value IS 10 (4.30% from 255) = 9.09%
R=47.27%
G=43.64%
B=9.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.81
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal52481000.080.810.8054.2967.7412.16
Hex3430A0851503644c
Octal6460120101211206610414
Binary1101001100001010010001010001101000011011010001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34300A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #34300A; }

 p { color: rgb(52,48,10); }

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

<style>
 a { background-color: #34300A; }

 a { background-color: rgb(52,48,10); }

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

<style>
 span { border-color: #34300A; }

 span { border-color: rgb(52,48,10); }

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