Html Css Color HEX #454C33 Bronzetone

📋 copy color: '#454C33'

red 69 ◦ green 76 ◦ blue 51

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

Shades of Bronzetone #454C33

Tints of Bronzetone #454C33

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 26.02%

R = 35.2%
G = 38.78%
B = 26.02%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.33

 K value IS 0.70

RGB Variations

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

Color information

#454C33 (or 0x454C33) is known color: Bronzetone. HEX triplet: 45, 4C and 33. RGB value is (69,76,51). Sum of RGB (Red+Green+Blue) = 69+76+51=196 (25% of max value = 765). Red value is 69 (27.34% from 255 or 35.20% from 196); Green value is 76 (30.08% from 255 or 38.78% from 196); Blue value is 51 (20.31% from 255 or 26.02% from 196); Max value from RGB is 76 - color contains mainly: green. Hex color #454C33 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #454C33 is #BAB3CC. Grayscale: #474747. Windows color (decimal): -12235725 or 3361861. OLE color: 3361861.

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

Color convert

RGB 69 76 51 -
CMYK 0.09 0 0.33 0.70
HSL 76.8º 0.2% 0.25% -
HSV(B) 76.8º 0.33% 0.3% -
XYZ 5.64 6.67 4.12 -
YUV 71.06 116.68 126.53 -
System Red Green Blue C M Y K H S L
Decimal 69 76 51 0.09 0 0.33 0.70 76.8 0.2 0.25
Hex 45 4C 33 9 0 21 46 4D 14 19
Octal 105 114 63 11 0 41 106 115 24 31
Binary 1000101 1001100 110011 1001 0 100001 1000110 1001101 10100 11001

Color Harmonies of #454C33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #454C33

Black with #454C33

Text Example


Text Example

White with #454C33

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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