Html Css Color HEX #455425 Bronzetone

📋 copy color: '#455425'

red 69 ◦ green 84 ◦ blue 37

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

Shades of Bronzetone #455425

Tints of Bronzetone #455425

RGB

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

 GREEN value IS 84 (33.2% from 255) = 44.21%

 BLUE value IS 37 (14.84% from 255) = 19.47%

R = 36.32%
G = 44.21%
B = 19.47%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.56

 K value IS 0.67

RGB Variations

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

Color information

#455425 (or 0x455425) is known color: Bronzetone. HEX triplet: 45, 54 and 25. RGB value is (69,84,37). Sum of RGB (Red+Green+Blue) = 69+84+37=190 (25% of max value = 765). Red value is 69 (27.34% from 255 or 36.32% from 190); Green value is 84 (33.20% from 255 or 44.21% from 190); Blue value is 37 (14.84% from 255 or 19.47% from 190); Max value from RGB is 84 - color contains mainly: green. Hex color #455425 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #455425 is #BAABDA. Grayscale: #4A4A4A. Windows color (decimal): -12233691 or 2446405. OLE color: 2446405.

HSL color Cylindrical-coordinate representation of color #455425: hue angle of 79.15º degrees, saturation: 0.39, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #455425 is Cyan = 0.18, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.67.

Color convert

RGB 69 84 37 -
CMYK 0.18 0 0.56 0.67
HSL 79.15º 0.39% 0.24% -
HSV(B) 79.15º 0.56% 0.33% -
XYZ 5.96 7.74 2.93 -
YUV 74.16 107.03 124.32 -
System Red Green Blue C M Y K H S L
Decimal 69 84 37 0.18 0 0.56 0.67 79.15 0.39 0.24
Hex 45 54 25 12 0 38 43 4F 27 18
Octal 105 124 45 22 0 70 103 117 47 30
Binary 1000101 1010100 100101 10010 0 111000 1000011 1001111 100111 11000

Color Harmonies of #455425

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #455425

Black with #455425

Text Example


Text Example

White with #455425

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #455425; }

 p { color: rgb(69,84,37); }

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

background-color css

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

 a { background-color: rgb(69,84,37); }

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

border-color css

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

 span { border-color: rgb(69,84,37); }

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