Html Css Color HEX #455023 Bronzetone

📋 copy color: '#455023'

red 69 ◦ green 80 ◦ blue 35

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

Shades of Bronzetone #455023

Tints of Bronzetone #455023

RGB

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

 GREEN value IS 80 (31.64% from 255) = 43.48%

 BLUE value IS 35 (14.06% from 255) = 19.02%

R = 37.5%
G = 43.48%
B = 19.02%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.56

 K value IS 0.69

RGB Variations

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

Color information

#455023 (or 0x455023) is known color: Bronzetone. HEX triplet: 45, 50 and 23. RGB value is (69,80,35). Sum of RGB (Red+Green+Blue) = 69+80+35=184 (24% of max value = 765). Red value is 69 (27.34% from 255 or 37.5% from 184); Green value is 80 (31.64% from 255 or 43.48% from 184); Blue value is 35 (14.06% from 255 or 19.02% from 184); Max value from RGB is 80 - color contains mainly: green. Hex color #455023 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #455023 is #BAAFDC. Grayscale: #474747. Windows color (decimal): -12234717 or 2314309. OLE color: 2314309.

HSL color Cylindrical-coordinate representation of color #455023: hue angle of 74.67º degrees, saturation: 0.39, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #455023 is Cyan = 0.14, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.69.

Color convert

RGB 69 80 35 -
CMYK 0.14 0 0.56 0.69
HSL 74.67º 0.39% 0.23% -
HSV(B) 74.67º 0.56% 0.31% -
XYZ 5.63 7.12 2.67 -
YUV 71.58 107.36 126.16 -
System Red Green Blue C M Y K H S L
Decimal 69 80 35 0.14 0 0.56 0.69 74.67 0.39 0.23
Hex 45 50 23 E 0 38 45 4B 27 17
Octal 105 120 43 16 0 70 105 113 47 27
Binary 1000101 1010000 100011 1110 0 111000 1000101 1001011 100111 10111

Color Harmonies of #455023

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #455023

Black with #455023

Text Example


Text Example

White with #455023

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #455023; }

 p { color: rgb(69,80,35); }

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

background-color css

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

 a { background-color: rgb(69,80,35); }

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

border-color css

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

 span { border-color: rgb(69,80,35); }

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