Html Css Color HEX #564B18 Bronze Olive

📋 copy color: '#564B18'

red 86 ◦ green 75 ◦ blue 24

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

Shades of Bronze Olive #564B18

Tints of Bronze Olive #564B18

RGB

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

 GREEN value IS 75 (29.69% from 255) = 40.54%

 BLUE value IS 24 (9.77% from 255) = 12.97%

R = 46.49%
G = 40.54%
B = 12.97%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.72

 K value IS 0.66

RGB Variations

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

Color information

#564B18 (or 0x564B18) is known color: Bronze Olive. HEX triplet: 56, 4B and 18. RGB value is (86,75,24). Sum of RGB (Red+Green+Blue) = 86+75+24=185 (24% of max value = 765). Red value is 86 (33.98% from 255 or 46.49% from 185); Green value is 75 (29.69% from 255 or 40.54% from 185); Blue value is 24 (9.77% from 255 or 12.97% from 185); Max value from RGB is 86 - color contains mainly: red. Hex color #564B18 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #564B18 is #A9B4E7. Grayscale: #484848. Windows color (decimal): -11121896 or 1592150. OLE color: 1592150.

HSL color Cylindrical-coordinate representation of color #564B18: hue angle of 49.35º degrees, saturation: 0.56, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #564B18 is Cyan = 0, Magento = 0.13, Yellow = 0.72 and Black (K on CMYK) = 0.66.

Color convert

RGB 86 75 24 -
CMYK 0 0.13 0.72 0.66
HSL 49.35º 0.56% 0.22% -
HSV(B) 49.35º 0.72% 0.34% -
XYZ 6.52 7.08 1.89 -
YUV 72.48 100.64 137.65 -
System Red Green Blue C M Y K H S L
Decimal 86 75 24 0 0.13 0.72 0.66 49.35 0.56 0.22
Hex 56 4B 18 0 D 48 42 31 38 16
Octal 126 113 30 0 15 110 102 61 70 26
Binary 1010110 1001011 11000 0 1101 1001000 1000010 110001 111000 10110

Color Harmonies of #564B18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #564B18

Black with #564B18

Text Example


Text Example

White with #564B18

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(86,75,24); }

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

background-color css

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

 a { background-color: rgb(86,75,24); }

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

border-color css

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

 span { border-color: rgb(86,75,24); }

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