Html Css Color HEX #564C21 Bronze Olive

📋 copy color: '#564C21'

red 86 ◦ green 76 ◦ blue 33

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

Shades of Bronze Olive #564C21

Tints of Bronze Olive #564C21

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 16.92%

R = 44.1%
G = 38.97%
B = 16.92%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.62

 K value IS 0.66

RGB Variations

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

Color information

#564C21 (or 0x564C21) is known color: Bronze Olive. HEX triplet: 56, 4C and 21. RGB value is (86,76,33). Sum of RGB (Red+Green+Blue) = 86+76+33=195 (25% of max value = 765). Red value is 86 (33.98% from 255 or 44.10% from 195); Green value is 76 (30.08% from 255 or 38.97% from 195); Blue value is 33 (13.28% from 255 or 16.92% from 195); Max value from RGB is 86 - color contains mainly: red. Hex color #564C21 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #564C21 is #A9B3DE. Grayscale: #4A4A4A. Windows color (decimal): -11121631 or 2182230. OLE color: 2182230.

HSL color Cylindrical-coordinate representation of color #564C21: hue angle of 48.68º degrees, saturation: 0.45, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #564C21 is Cyan = 0, Magento = 0.12, Yellow = 0.62 and Black (K on CMYK) = 0.66.

Color convert

RGB 86 76 33 -
CMYK 0 0.12 0.62 0.66
HSL 48.68º 0.45% 0.23% -
HSV(B) 48.68º 0.62% 0.34% -
XYZ 6.7 7.26 2.49 -
YUV 74.09 104.81 136.5 -
System Red Green Blue C M Y K H S L
Decimal 86 76 33 0 0.12 0.62 0.66 48.68 0.45 0.23
Hex 56 4C 21 0 C 3E 42 31 2D 17
Octal 126 114 41 0 14 76 102 61 55 27
Binary 1010110 1001100 100001 0 1100 111110 1000010 110001 101101 10111

Color Harmonies of #564C21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #564C21

Black with #564C21

Text Example


Text Example

White with #564C21

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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