Html Css Color HEX #564C27 Bronze Olive

📋 copy color: '#564C27'

red 86 ◦ green 76 ◦ blue 39

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

Shades of Bronze Olive #564C27

Tints of Bronze Olive #564C27

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 19.4%

R = 42.79%
G = 37.81%
B = 19.4%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.55

 K value IS 0.66

RGB Variations

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

Color information

#564C27 (or 0x564C27) is known color: Bronze Olive. HEX triplet: 56, 4C and 27. RGB value is (86,76,39). Sum of RGB (Red+Green+Blue) = 86+76+39=201 (26% of max value = 765). Red value is 86 (33.98% from 255 or 42.79% from 201); Green value is 76 (30.08% from 255 or 37.81% from 201); Blue value is 39 (15.62% from 255 or 19.40% from 201); Max value from RGB is 86 - color contains mainly: red. Hex color #564C27 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #564C27 is #A9B3D8. Grayscale: #4A4A4A. Windows color (decimal): -11121625 or 2575446. OLE color: 2575446.

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

Color convert

RGB 86 76 39 -
CMYK 0 0.12 0.55 0.66
HSL 47.23º 0.38% 0.25% -
HSV(B) 47.23º 0.55% 0.34% -
XYZ 6.79 7.29 2.97 -
YUV 74.77 107.81 136.01 -
System Red Green Blue C M Y K H S L
Decimal 86 76 39 0 0.12 0.55 0.66 47.23 0.38 0.25
Hex 56 4C 27 0 C 37 42 2F 26 19
Octal 126 114 47 0 14 67 102 57 46 31
Binary 1010110 1001100 100111 0 1100 110111 1000010 101111 100110 11001

Color Harmonies of #564C27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #564C27

Black with #564C27

Text Example


Text Example

White with #564C27

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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