#434B2C

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

Shades of Bronzetone #434B2C

Tints of Bronzetone #434B2C

Color information

#434B2C (or 0x434B2C) is unknown color: approx Bronzetone. HEX triplet: 43, 4B and 2C. RGB value is (67,75,44). Sum of RGB (Red+Green+Blue) = 67+75+44=186 (24% of max value = 765). Red value is 67 (26.56% from 255 or 36.02% from 186); Green value is 75 (29.69% from 255 or 40.32% from 186); Blue value is 44 (17.58% from 255 or 23.66% from 186); Max value from RGB is 75 - color contains mainly: green. Hex color #434B2C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #434B2C is #BCB4D3. Grayscale: #454545. Windows color (decimal): -12367060 or 2902851. OLE color: 2902851.

HSL color Cylindrical-coordinate representation of color #434B2C: hue angle of 75.48º degrees, saturation: 0.26, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #434B2C is Cyan = 0.11, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.71.

Color convert

RGB677544-
CMYK0.1100.410.71
HSL75.48º26.05%23.33%-
HSV(B)75.48º41.33%29.41%-
XYZ5.296.413.34-
YUV69.07113.85126.52-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 36.02%
GREEN value IS 75 (29.69% from 255) = 40.32%
BLUE value IS 44 (17.58% from 255) = 23.66%
R=36.02%
G=40.32%
B=23.66%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal6775440.1100.410.7175.4826.0523.33
Hex434B2CB029474b1a17
Octal10311354130511071133227
Binary1000011100101110110010110101001100011110010111101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #434B2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #434B2C; }

 p { color: rgb(67,75,44); }

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

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

 a { background-color: rgb(67,75,44); }

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

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

 span { border-color: rgb(67,75,44); }

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