#343008

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

Shades of Maire #343008

Tints of Maire #343008

Color information

#343008 (or 0x343008) is unknown color: approx Maire. HEX triplet: 34, 30 and 08. RGB value is (52,48,8). Sum of RGB (Red+Green+Blue) = 52+48+8=108 (14% of max value = 765). Red value is 52 (20.70% from 255 or 48.15% from 108); Green value is 48 (19.14% from 255 or 44.44% from 108); Blue value is 8 (3.52% from 255 or 7.41% from 108); Max value from RGB is 52 - color contains mainly: red. Hex color #343008 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #343008 is #CBCFF7. Grayscale: #2C2C2C. Windows color (decimal): -13357048 or 536628. OLE color: 536628.

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

Color convert

RGB52488-
CMYK00.080.850.80
HSL54.55º73.33%11.76%-
HSV(B)54.55º84.62%20.39%-
XYZ2.522.860.65-
YUV44.64107.33133.25-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 48.15%
GREEN value IS 48 (19.14% from 255) = 44.44%
BLUE value IS 8 (3.52% from 255) = 7.41%
R=48.15%
G=44.44%
B=7.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.85
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal5248800.080.850.8054.5573.3311.76
Hex343080855503749c
Octal6460100101251206711114
Binary1101001100001000010001010101101000011011110010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #343008

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #343008; }

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

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

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

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

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

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

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

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