Html Css Color HEX #454929 Bronzetone

📋 copy color: '#454929'

red 69 ◦ green 73 ◦ blue 41

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

Shades of Bronzetone #454929

Tints of Bronzetone #454929

RGB

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

 GREEN value IS 73 (28.91% from 255) = 39.89%

 BLUE value IS 41 (16.41% from 255) = 22.4%

R = 37.7%
G = 39.89%
B = 22.4%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.44

 K value IS 0.71

RGB Variations

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

Color information

#454929 (or 0x454929) is known color: Bronzetone. HEX triplet: 45, 49 and 29. RGB value is (69,73,41). Sum of RGB (Red+Green+Blue) = 69+73+41=183 (24% of max value = 765). Red value is 69 (27.34% from 255 or 37.70% from 183); Green value is 73 (28.91% from 255 or 39.89% from 183); Blue value is 41 (16.41% from 255 or 22.40% from 183); Max value from RGB is 73 - color contains mainly: green. Hex color #454929 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #454929 is #BAB6D6. Grayscale: #444444. Windows color (decimal): -12236503 or 2705733. OLE color: 2705733.

HSL color Cylindrical-coordinate representation of color #454929: hue angle of 67.5º degrees, saturation: 0.28, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #454929 is Cyan = 0.05, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.71.

Color convert

RGB 69 73 41 -
CMYK 0.05 0 0.44 0.71
HSL 67.5º 0.28% 0.22% -
HSV(B) 67.5º 0.44% 0.29% -
XYZ 5.24 6.19 3.02 -
YUV 68.16 112.67 128.6 -
System Red Green Blue C M Y K H S L
Decimal 69 73 41 0.05 0 0.44 0.71 67.5 0.28 0.22
Hex 45 49 29 5 0 2C 47 44 1C 16
Octal 105 111 51 5 0 54 107 104 34 26
Binary 1000101 1001001 101001 101 0 101100 1000111 1000100 11100 10110

Color Harmonies of #454929

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #454929

Black with #454929

Text Example


Text Example

White with #454929

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #454929; }

 p { color: rgb(69,73,41); }

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

background-color css

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

 a { background-color: rgb(69,73,41); }

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

border-color css

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

 span { border-color: rgb(69,73,41); }

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