Html Css Color HEX #564C22 Bronze Olive

📋 copy color: '#564C22'

red 86 ◦ green 76 ◦ blue 34

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

Shades of Bronze Olive #564C22

Tints of Bronze Olive #564C22

RGB

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

 GREEN value IS 76 (30.08% from 255) = 38.78%

 BLUE value IS 34 (13.67% from 255) = 17.35%

R = 43.88%
G = 38.78%
B = 17.35%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.60

 K value IS 0.66

RGB Variations

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

Color information

#564C22 (or 0x564C22) is known color: Bronze Olive. HEX triplet: 56, 4C and 22. RGB value is (86,76,34). Sum of RGB (Red+Green+Blue) = 86+76+34=196 (25% of max value = 765). Red value is 86 (33.98% from 255 or 43.88% from 196); Green value is 76 (30.08% from 255 or 38.78% from 196); Blue value is 34 (13.67% from 255 or 17.35% from 196); Max value from RGB is 86 - color contains mainly: red. Hex color #564C22 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #564C22 is #A9B3DD. Grayscale: #4A4A4A. Windows color (decimal): -11121630 or 2247766. OLE color: 2247766.

HSL color Cylindrical-coordinate representation of color #564C22: hue angle of 48.46º degrees, saturation: 0.43, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #564C22 is Cyan = 0, Magento = 0.12, Yellow = 0.60 and Black (K on CMYK) = 0.66.

Color convert

RGB 86 76 34 -
CMYK 0 0.12 0.60 0.66
HSL 48.46º 0.43% 0.24% -
HSV(B) 48.46º 0.6% 0.34% -
XYZ 6.71 7.26 2.56 -
YUV 74.2 105.31 136.42 -
System Red Green Blue C M Y K H S L
Decimal 86 76 34 0 0.12 0.60 0.66 48.46 0.43 0.24
Hex 56 4C 22 0 C 3C 42 30 2B 18
Octal 126 114 42 0 14 74 102 60 53 30
Binary 1010110 1001100 100010 0 1100 111100 1000010 110000 101011 11000

Color Harmonies of #564C22

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #564C22

Black with #564C22

Text Example


Text Example

White with #564C22

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #564C22; }

 p { color: rgb(86,76,34); }

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

background-color css

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

 a { background-color: rgb(86,76,34); }

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

border-color css

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

 span { border-color: rgb(86,76,34); }

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