Html Css Color HEX #564813 Bronze Olive

📋 copy color: '#564813'

red 86 ◦ green 72 ◦ blue 19

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

Shades of Bronze Olive #564813

Tints of Bronze Olive #564813

RGB

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

 GREEN value IS 72 (28.52% from 255) = 40.68%

 BLUE value IS 19 (7.81% from 255) = 10.73%

R = 48.59%
G = 40.68%
B = 10.73%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.78

 K value IS 0.66

RGB Variations

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

Color information

#564813 (or 0x564813) is known color: Bronze Olive. HEX triplet: 56, 48 and 13. RGB value is (86,72,19). Sum of RGB (Red+Green+Blue) = 86+72+19=177 (23% of max value = 765). Red value is 86 (33.98% from 255 or 48.59% from 177); Green value is 72 (28.52% from 255 or 40.68% from 177); Blue value is 19 (7.81% from 255 or 10.73% from 177); Max value from RGB is 86 - color contains mainly: red. Hex color #564813 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #564813 is #A9B7EC. Grayscale: #464646. Windows color (decimal): -11122669 or 1263702. OLE color: 1263702.

HSL color Cylindrical-coordinate representation of color #564813: hue angle of 47.46º degrees, saturation: 0.64, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #564813 is Cyan = 0, Magento = 0.16, Yellow = 0.78 and Black (K on CMYK) = 0.66.

Color convert

RGB 86 72 19 -
CMYK 0 0.16 0.78 0.66
HSL 47.46º 0.64% 0.21% -
HSV(B) 47.46º 0.78% 0.34% -
XYZ 6.27 6.66 1.57 -
YUV 70.14 99.14 139.31 -
System Red Green Blue C M Y K H S L
Decimal 86 72 19 0 0.16 0.78 0.66 47.46 0.64 0.21
Hex 56 48 13 0 10 4E 42 2F 40 15
Octal 126 110 23 0 20 116 102 57 100 25
Binary 1010110 1001000 10011 0 10000 1001110 1000010 101111 1000000 10101

Color Harmonies of #564813

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #564813

Black with #564813

Text Example


Text Example

White with #564813

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #564813; }

 p { color: rgb(86,72,19); }

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

background-color css

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

 a { background-color: rgb(86,72,19); }

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

border-color css

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

 span { border-color: rgb(86,72,19); }

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