Html Css Color HEX #454C34 Bronzetone

📋 copy color: '#454C34'

red 69 ◦ green 76 ◦ blue 52

#454C34
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Bronzetone #454C34

Tints of Bronzetone #454C34

RGB

 RED value IS 69 (27.34% from 255) = 35.03%

 GREEN value IS 76 (30.08% from 255) = 38.58%

 BLUE value IS 52 (20.7% from 255) = 26.4%

R = 35.03%
G = 38.58%
B = 26.4%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.32

 K value IS 0.70

RGB Variations

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

Color information

#454C34 (or 0x454C34) is known color: Bronzetone. HEX triplet: 45, 4C and 34. RGB value is (69,76,52). Sum of RGB (Red+Green+Blue) = 69+76+52=197 (26% of max value = 765). Red value is 69 (27.34% from 255 or 35.03% from 197); Green value is 76 (30.08% from 255 or 38.58% from 197); Blue value is 52 (20.70% from 255 or 26.40% from 197); Max value from RGB is 76 - color contains mainly: green. Hex color #454C34 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #454C34 is #BAB3CB. Grayscale: #474747. Windows color (decimal): -12235724 or 3427397. OLE color: 3427397.

HSL color Cylindrical-coordinate representation of color #454C34: hue angle of 77.5º degrees, saturation: 0.19, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #454C34 is Cyan = 0.09, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.70.

Color convert

RGB 69 76 52 -
CMYK 0.09 0 0.32 0.70
HSL 77.5º 0.19% 0.25% -
HSV(B) 77.5º 0.32% 0.3% -
XYZ 5.66 6.68 4.24 -
YUV 71.17 117.18 126.45 -
System Red Green Blue C M Y K H S L
Decimal 69 76 52 0.09 0 0.32 0.70 77.5 0.19 0.25
Hex 45 4C 34 9 0 20 46 4E 13 19
Octal 105 114 64 11 0 40 106 116 23 31
Binary 1000101 1001100 110100 1001 0 100000 1000110 1001110 10011 11001

Color Harmonies of #454C34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #454C34

Black with #454C34

Text Example


Text Example

White with #454C34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #454C34; }

 p { color: rgb(69,76,52); }

 H1.HeaderClassName
 {
   color: #454C34;
 }
 .AnyTagClassName
 {
   color: #454C34;
 }
</style>

background-color css

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

 a { background-color: rgb(69,76,52); }

 div.DivClassName
 {
   background-color: #454C34;
 }
 .BgClassName
 {
   background-color: #454C34;
 }
</style>

border-color css

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

 span { border-color: rgb(69,76,52); }

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