Html Css Color HEX #454A28 Bronzetone

📋 copy color: '#454A28'

red 69 ◦ green 74 ◦ blue 40

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

Shades of Bronzetone #454A28

Tints of Bronzetone #454A28

RGB

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

 GREEN value IS 74 (29.3% from 255) = 40.44%

 BLUE value IS 40 (16.02% from 255) = 21.86%

R = 37.7%
G = 40.44%
B = 21.86%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.46

 K value IS 0.71

RGB Variations

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

Color information

#454A28 (or 0x454A28) is known color: Bronzetone. HEX triplet: 45, 4A and 28. RGB value is (69,74,40). Sum of RGB (Red+Green+Blue) = 69+74+40=183 (24% of max value = 765). Red value is 69 (27.34% from 255 or 37.70% from 183); Green value is 74 (29.30% from 255 or 40.44% from 183); Blue value is 40 (16.02% from 255 or 21.86% from 183); Max value from RGB is 74 - color contains mainly: green. Hex color #454A28 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #454A28 is #BAB5D7. Grayscale: #444444. Windows color (decimal): -12236248 or 2640453. OLE color: 2640453.

HSL color Cylindrical-coordinate representation of color #454A28: hue angle of 68.82º degrees, saturation: 0.3, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #454A28 is Cyan = 0.07, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.71.

Color convert

RGB 69 74 40 -
CMYK 0.07 0 0.46 0.71
HSL 68.82º 0.3% 0.22% -
HSV(B) 68.82º 0.46% 0.29% -
XYZ 5.29 6.32 2.95 -
YUV 68.63 111.84 128.26 -
System Red Green Blue C M Y K H S L
Decimal 69 74 40 0.07 0 0.46 0.71 68.82 0.3 0.22
Hex 45 4A 28 7 0 2E 47 45 1E 16
Octal 105 112 50 7 0 56 107 105 36 26
Binary 1000101 1001010 101000 111 0 101110 1000111 1000101 11110 10110

Color Harmonies of #454A28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #454A28

Black with #454A28

Text Example


Text Example

White with #454A28

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(69,74,40); }

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

background-color css

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

 a { background-color: rgb(69,74,40); }

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

border-color css

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

 span { border-color: rgb(69,74,40); }

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