Html Css Color HEX #564C1F Bronze Olive

📋 copy color: '#564C1F'

red 86 ◦ green 76 ◦ blue 31

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

Shades of Bronze Olive #564C1F

Tints of Bronze Olive #564C1F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 16.06%

R = 44.56%
G = 39.38%
B = 16.06%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.64

 K value IS 0.66

RGB Variations

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

Color information

#564C1F (or 0x564C1F) is known color: Bronze Olive. HEX triplet: 56, 4C and 1F. RGB value is (86,76,31). Sum of RGB (Red+Green+Blue) = 86+76+31=193 (25% of max value = 765). Red value is 86 (33.98% from 255 or 44.56% from 193); Green value is 76 (30.08% from 255 or 39.38% from 193); Blue value is 31 (12.5% from 255 or 16.06% from 193); Max value from RGB is 86 - color contains mainly: red. Hex color #564C1F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #564C1F is #A9B3E0. Grayscale: #4A4A4A. Windows color (decimal): -11121633 or 2051158. OLE color: 2051158.

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

Color convert

RGB 86 76 31 -
CMYK 0 0.12 0.64 0.66
HSL 49.09º 0.47% 0.23% -
HSV(B) 49.09º 0.64% 0.34% -
XYZ 6.67 7.25 2.34 -
YUV 73.86 103.81 136.66 -
System Red Green Blue C M Y K H S L
Decimal 86 76 31 0 0.12 0.64 0.66 49.09 0.47 0.23
Hex 56 4C 1F 0 C 40 42 31 2F 17
Octal 126 114 37 0 14 100 102 61 57 27
Binary 1010110 1001100 11111 0 1100 1000000 1000010 110001 101111 10111

Color Harmonies of #564C1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #564C1F

Black with #564C1F

Text Example


Text Example

White with #564C1F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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