Html Css Color HEX #564523 Bronze Olive

📋 copy color: '#564523'

red 86 ◦ green 69 ◦ blue 35

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

Shades of Bronze Olive #564523

Tints of Bronze Olive #564523

RGB

 RED value IS 86 (33.98% from 255) = 45.26%

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

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

R = 45.26%
G = 36.32%
B = 18.42%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.59

 K value IS 0.66

RGB Variations

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

Color information

#564523 (or 0x564523) is known color: Bronze Olive. HEX triplet: 56, 45 and 23. RGB value is (86,69,35). Sum of RGB (Red+Green+Blue) = 86+69+35=190 (25% of max value = 765). Red value is 86 (33.98% from 255 or 45.26% from 190); Green value is 69 (27.34% from 255 or 36.32% from 190); Blue value is 35 (14.06% from 255 or 18.42% from 190); Max value from RGB is 86 - color contains mainly: red. Hex color #564523 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #564523 is #A9BADC. Grayscale: #464646. Windows color (decimal): -11123421 or 2311510. OLE color: 2311510.

HSL color Cylindrical-coordinate representation of color #564523: hue angle of 40º degrees, saturation: 0.42, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #564523 is Cyan = 0, Magento = 0.20, Yellow = 0.59 and Black (K on CMYK) = 0.66.

Color convert

RGB 86 69 35 -
CMYK 0 0.20 0.59 0.66
HSL 40º 0.42% 0.24% -
HSV(B) 40º 0.59% 0.34% -
XYZ 6.27 6.36 2.49 -
YUV 70.21 108.13 139.26 -
System Red Green Blue C M Y K H S L
Decimal 86 69 35 0 0.20 0.59 0.66 40 0.42 0.24
Hex 56 45 23 0 14 3B 42 28 2A 18
Octal 126 105 43 0 24 73 102 50 52 30
Binary 1010110 1000101 100011 0 10100 111011 1000010 101000 101010 11000

Color Harmonies of #564523

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #564523

Black with #564523

Text Example


Text Example

White with #564523

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #564523; }

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

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

background-color css

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

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

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

border-color css

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

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

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