Html Css Color HEX #455324 Bronzetone

📋 copy color: '#455324'

red 69 ◦ green 83 ◦ blue 36

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

Shades of Bronzetone #455324

Tints of Bronzetone #455324

RGB

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

 GREEN value IS 83 (32.81% from 255) = 44.15%

 BLUE value IS 36 (14.45% from 255) = 19.15%

R = 36.7%
G = 44.15%
B = 19.15%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.57

 K value IS 0.67

RGB Variations

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

Color information

#455324 (or 0x455324) is known color: Bronzetone. HEX triplet: 45, 53 and 24. RGB value is (69,83,36). Sum of RGB (Red+Green+Blue) = 69+83+36=188 (24% of max value = 765). Red value is 69 (27.34% from 255 or 36.70% from 188); Green value is 83 (32.81% from 255 or 44.15% from 188); Blue value is 36 (14.45% from 255 or 19.15% from 188); Max value from RGB is 83 - color contains mainly: green. Hex color #455324 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #455324 is #BAACDB. Grayscale: #494949. Windows color (decimal): -12233948 or 2380613. OLE color: 2380613.

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

Color convert

RGB 69 83 36 -
CMYK 0.17 0 0.57 0.67
HSL 77.87º 0.39% 0.23% -
HSV(B) 77.87º 0.57% 0.33% -
XYZ 5.87 7.58 2.82 -
YUV 73.46 106.86 124.82 -
System Red Green Blue C M Y K H S L
Decimal 69 83 36 0.17 0 0.57 0.67 77.87 0.39 0.23
Hex 45 53 24 11 0 39 43 4E 27 17
Octal 105 123 44 21 0 71 103 116 47 27
Binary 1000101 1010011 100100 10001 0 111001 1000011 1001110 100111 10111

Color Harmonies of #455324

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #455324

Black with #455324

Text Example


Text Example

White with #455324

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #455324; }

 p { color: rgb(69,83,36); }

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

background-color css

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

 a { background-color: rgb(69,83,36); }

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

border-color css

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

 span { border-color: rgb(69,83,36); }

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