Html Css Color HEX #455229 Bronzetone

📋 copy color: '#455229'

red 69 ◦ green 82 ◦ blue 41

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

Shades of Bronzetone #455229

Tints of Bronzetone #455229

RGB

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

 GREEN value IS 82 (32.42% from 255) = 42.71%

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

R = 35.94%
G = 42.71%
B = 21.35%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.50

 K value IS 0.68

RGB Variations

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

Color information

#455229 (or 0x455229) is known color: Bronzetone. HEX triplet: 45, 52 and 29. RGB value is (69,82,41). Sum of RGB (Red+Green+Blue) = 69+82+41=192 (25% of max value = 765). Red value is 69 (27.34% from 255 or 35.94% from 192); Green value is 82 (32.42% from 255 or 42.71% from 192); Blue value is 41 (16.41% from 255 or 21.35% from 192); Max value from RGB is 82 - color contains mainly: green. Hex color #455229 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #455229 is #BAADD6. Grayscale: #494949. Windows color (decimal): -12234199 or 2708037. OLE color: 2708037.

HSL color Cylindrical-coordinate representation of color #455229: hue angle of 79.02º degrees, saturation: 0.33, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #455229 is Cyan = 0.16, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.68.

Color convert

RGB 69 82 41 -
CMYK 0.16 0 0.50 0.68
HSL 79.02º 0.33% 0.24% -
HSV(B) 79.02º 0.5% 0.32% -
XYZ 5.87 7.46 3.23 -
YUV 73.44 109.69 124.83 -
System Red Green Blue C M Y K H S L
Decimal 69 82 41 0.16 0 0.50 0.68 79.02 0.33 0.24
Hex 45 52 29 10 0 32 44 4F 21 18
Octal 105 122 51 20 0 62 104 117 41 30
Binary 1000101 1010010 101001 10000 0 110010 1000100 1001111 100001 11000

Color Harmonies of #455229

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #455229

Black with #455229

Text Example


Text Example

White with #455229

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #455229; }

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

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

background-color css

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

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

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

border-color css

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

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

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